Home
last modified time | relevance | path

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

123456

/PHP-5.3/tests/classes/
H A Dinterface_and_extends.phpt10 function show();
15 function show() {
21 $o->show();
H A Dclass_abstract.phpt9 function show() {
18 $t->show();
21 $t->show();
H A Dabstract_not_declared.phpt9 abstract function show();
15 …ust therefore be declared abstract or implement the remaining methods (fail::show) in %s on line %d
H A Dabstract_derived.phpt12 abstract function show();
20 …erefore be declared abstract or implement the remaining methods (derived::show) in %sabstract_deri…
/PHP-5.3/Zend/tests/
H A Dobjects_027.phpt7 public function show() {
14 parent::show();
32 Strict Standards: Non-static method bar::show() should not be called statically in %s on line %d
40 Strict Standards: Non-static method bar::show() should not be called statically in %s on line %d
H A Dbug30820.phpt10 public function show() {
20 $b->show();
/PHP-5.3/ext/spl/tests/
H A Diterator_046.phpt27 function show()
40 $it->show();
47 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()
26 $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-5.3/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-5.3/ext/standard/tests/array/
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_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-5.3/
H A Dltmain.sh148 show="$echo"
542 show=:
2696 $show "$cmd"
4342 $show "$cmd"
4379 $show "$cmd"
5643 $show "$cmd"
6072 $show "$cmd"
6293 $show "$cmd"
6620 $show "$cmd"
6636 $show "$cmd"
[all …]
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt42 $show = array();
45 $show[] = $row;
51 if (empty($show))
55 var_export($show, true));
133 if ($show != $show_native)
136 var_export($show, true),
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_run.php43 $iop->show = 1;
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
/PHP-5.3/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-5.3/ext/standard/tests/network/
H A Ddefine_syslog_variables_basic-win32.phpt78 // show variables not defined
88 // show variables defined
/PHP-5.3/ext/tidy/tests/
H A D013.phpt7 $tidy = new tidy(dirname(__FILE__)."/013.html", array("show-body-only"=>true));
H A D015.phpt7 $tidy = tidy_parse_file(dirname(__FILE__)."/015.html", array('show-body-only'=>true));

Completed in 58 milliseconds

123456