Home
last modified time | relevance | path

Searched refs:show (Results 51 – 75 of 129) sorted by relevance

123456

/PHP-7.1/ext/tidy/tests/
H A D014.phpt8 $tidy = tidy_parse_string($text, array('show-body-only'=>true));
/PHP-7.1/ext/standard/tests/array/
H A Dextract_variation8.phpt6 /* To show variables with numerical prefixes cannot be extracted */
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_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 --
/PHP-7.1/tests/classes/
H A Dfinal_abstract.phpt9 final abstract function show();
H A Dabstract_final.phpt9 abstract final function show();
H A Dclass_final.phpt9 function show() {
H A Diterators_005.phpt16 /* the error doesn't show the filename but 'Unknown' */
H A Dabstract_inherit.phpt9 abstract function show();
/PHP-7.1/tests/func/
H A D005a.phpt21 /* not necessary, just to show the error sooner */
/PHP-7.1/ext/spl/internal/
H A Drecursiveiteratoriterator.inc24 /** Mode: Only show leaves */
44 * - LEAVES_ONLY only show leaves
45 * - SELF_FIRST show parents prior to their childs
46 * - CHILD_FIRST show all children prior to their parent
/PHP-7.1/ext/spl/examples/
H A Ddirectorytree.inc13 * @brief A directory iterator that does not show '.' and '..'.
/PHP-7.1/Zend/tests/
H A Dbug31720.phpt7 array_walk($array, array($nonesuchvar,'show'));
H A Dbug73350.phpt11 // This line show the clue (PHP Warning: ...).
H A Dbug49472.phpt18 public function show() {
/PHP-7.1/ext/gd/tests/
H A Dbug73161.phpt4 We're testing for a memory leak that might not even show up with valgrind.
/PHP-7.1/sapi/cli/tests/
H A D004.phpt2 show information about function
/PHP-7.1/ext/filter/tests/
H A Dbug76366.phpt30 #show the filter result
H A Dbug52209.phpt6 would never show up in the "set" list. Which means, it's
/PHP-7.1/ext/spl/tests/
H A Diterator_047.phpt35 function show()
61 $it->show();
H A Darray_017.phpt61 function show()
92 $obj->show();
171 ArrayObjectEx::show()
348 ArrayObjectEx::show()
530 ArrayObjectEx::show()
688 ArrayObjectEx::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/tests/lang/
H A DpassByReference_012.phpt13 // This should show the identical warning
/PHP-7.1/ext/soap/interop/
H A Dclient_round2.php104 $iop->show = 0;
/PHP-7.1/ext/imap/tests/
H A Dimap_body_basic.phpt27 // show body for msg 1

Completed in 36 milliseconds

123456