Home
last modified time | relevance | path

Searched refs:show (Results 26 – 50 of 109) sorted by relevance

12345

/php-src/tests/classes/
H A Dclass_abstract.phpt7 function show() {
16 $t->show();
19 $t->show();
H A Dabstract_not_declared.phpt7 abstract function show();
13 …ust therefore be declared abstract or implement the remaining methods (fail::show) in %s on line %d
H A Dabstract_derived.phpt10 abstract function show();
16 …erefore be declared abstract or implement the remaining methods (derived::show) in %sabstract_deri…
/php-src/ext/spl/tests/
H A Diterator_046.phpt27 function show()
40 $it->show();
45 MyCachingIterator::show()
H A Diterator_050.phpt8 function show()
20 $it->show();
23 $it->show();
H A Diterator_051.phpt8 function show()
20 $it->show();
23 $it->show();
H A Diterator_048.phpt8 function show()
21 $it->show();
H A Diterator_055.phpt8 function show()
21 $it->show();
H A Diterator_054.phpt8 function show()
21 $it->show();
H A Diterator_052.phpt17 function show()
37 $it->show();
40 $it->show();
H A Diterator_053.phpt17 function show()
37 $it->show();
40 $it->show();
/php-src/travis/
H A Dtest.sh10 -g "FAIL,SKIP,BORK,LEAK" --offline --show-diff --show-slow 1000 \
/php-src/Zend/tests/
H A Dobjects_027.phpt7 public function show() {
14 parent::show();
H A Dbug30820.phpt11 public function show() {
21 $b->show();
/php-src/.github/actions/test-libmysqlclient/
H A Daction.yml19 --no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 \
/php-src/.github/actions/test-macos/
H A Daction.yml26 --show-diff \
27 --show-slow 1000 \
/php-src/ext/date/tests/
H A Dbug28088.phpt10 echo "But the following line fails to show the correct date time:\n";
16 But the following line fails to show the correct date time:
/php-src/ext/standard/tests/array/
H A Darray_walk_basic2.phpt29 echo "-- Using array_walk with default parameters to show array contents --\n";
35 echo "-- Using array_walk with default parameters to show modified array contents --\n";
42 -- Using array_walk with default parameters to show array contents --
74 -- Using array_walk with default parameters to show modified array contents --
H A Darray_walk_recursive_basic2.phpt29 echo "-- Using array_walk_recursive with default parameters to show array contents --\n";
35 echo "-- Using array_walk_recursive with default parameters to show modified array contents --\n";
42 -- Using array_walk_recursive with default parameters to show array contents --
74 -- Using array_walk_recursive with default parameters to show modified array contents --
/php-src/build/
H A Dltmain.sh148 show="$echo"
542 show=:
2709 $show "$cmd"
4355 $show "$cmd"
4392 $show "$cmd"
5656 $show "$cmd"
6085 $show "$cmd"
6306 $show "$cmd"
6633 $show "$cmd"
6649 $show "$cmd"
[all …]
/php-src/ext/tidy/tests/
H A D013.phpt7 $tidy = new tidy(__DIR__."/013.html", array("show-body-only"=>true));
H A D015.phpt7 $tidy = tidy_parse_file(__DIR__."/015.html", array('show-body-only'=>true));
H A D018.phpt8 array( 'show-body-only' => true,
/php-src/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt45 $show = array();
48 $show[] = $row;
54 if (empty($show))
58 var_export($show, true));
136 if ($show != $show_native)
139 var_export($show, true),

Completed in 67 milliseconds

12345