Home
last modified time | relevance | path

Searched refs:show (Results 101 – 125 of 129) sorted by last modified time

123456

/PHP-7.1/Zend/tests/
H A Dobjects_027.phpt7 public function show() {
14 parent::show();
32 Deprecated: Non-static method bar::show() should not be called statically in %s on line %d
40 Deprecated: Non-static method bar::show() should not be called statically in %s on line %d
H A Dbug31720.phpt7 array_walk($array, array($nonesuchvar,'show'));
/PHP-7.1/Zend/
H A DZEND_CHANGES537 code would look something like shown below. The comments show the
/PHP-7.1/
H A DREADME.SELF-CONTAINED-EXTENSIONS32 Just to show you how easy it is to create a self-contained
H A DREADME.STREAMS59 REPORT_ERRORS - show errors in a standard format if something
H A DREADME.SUBMITTING_PATCH163 - Rebuild PHP with --enable-debug (which will show some kinds of
H A DINSTALL831 The examples will show a lot of packages including several PHP specific
H A D.travis.yml66 …/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --set-timeout …
/PHP-7.1/tests/func/
H A D005a.phpt21 /* not necessary, just to show the error sooner */
/PHP-7.1/tests/classes/
H A Dprivate_redeclare.phpt6 private function show() {
10 $this->show();
18 function show() {
23 $this->show();
25 parent::show();
38 Fatal error: Uncaught Error: Call to private method base::show() from context 'derived' in %s:%d
H A Dabstract_static.phpt8 static function show();
13 static function show() {
14 echo "Call to function show()\n";
18 pass::show();
27 fail::show();
32 Call to function show()
/PHP-7.1/ext/zip/tests/
H A Dbug76524.phpt20 so the regex is used to check that Zend MM does NOT show warnings
/PHP-7.1/ext/xml/tests/
H A Dbug26614.phpt16 show different column numbers and byte positions depending
H A Dbug26614_libxml.phpt16 show different column numbers and byte positions depending
/PHP-7.1/ext/tidy/tests/
H A D014.phpt8 $tidy = tidy_parse_string($text, array('show-body-only'=>true));
H A D018.phpt8 array( 'show-body-only' => true,
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
/PHP-7.1/ext/standard/tests/array/
H A Darray_walk_basic1.phpt38 echo "-- Using array_walk() with default parameters to show array contents --\n";
48 -- Using array_walk() with default parameters to show array contents --
H A Darray_walk_basic2.phpt46 echo "-- Using array_walk with default parameters to show array contents --\n";
52 echo "-- Using array_walk with default parameters to show modified array contents --\n";
59 -- Using array_walk with default parameters to show array contents --
91 -- Using array_walk with default parameters to show modified array contents --
H A Darray_walk_recursive_basic1.phpt38 echo "-- Using array_walk_recursive() with default parameters to show array contents --\n";
48 -- Using array_walk_recursive() with default parameters to show array contents --
H A Darray_walk_recursive_basic2.phpt46 echo "-- Using array_walk_recursive with default parameters to show array contents --\n";
52 echo "-- Using array_walk_recursive with default parameters to show modified array contents --\n";
59 -- Using array_walk_recursive with default parameters to show array contents --
91 -- Using array_walk_recursive with default parameters to show modified array contents --
/PHP-7.1/ext/spl/tests/
H A Dbug45614.phpt2 SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object)
28 echo "\n--> Rewind and show the first two items:\n";
32 echo "\n--> Invalidate current position and show the first two items:\n";
37 echo "\n--> Rewind, seek and show the first two items:\n";
47 --> Rewind and show the first two items:
51 --> Invalidate current position and show the first two items:
55 --> Rewind, seek and show the first two items:
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_get_client_stats_skipped.phpt43 printf("Statistics should show an increase of 1 for rows_skipped_normal, ".
/PHP-7.1/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt13 // doesn't always show if you're rapidly running this test repeatedly.
15 // (it will show up the first time, or if you wait a while before running it again.)
/PHP-7.1/ext/filter/tests/
H A Dbug76366.phpt30 #show the filter result

Completed in 66 milliseconds

123456