Home
last modified time | relevance | path

Searched refs:first (Results 76 – 100 of 638) sorted by relevance

12345678910>>...26

/PHP-7.0/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/PHP-7.0/ext/standard/tests/file/
H A Dbug72330.phpt16 $string = '"first #' . $utf_1 . $utf_2 . '";"second"';
23 string(11) "first #с؀"
/PHP-7.0/ext/simplexml/tests/
H A Dsxe_001.phpt15 <elem1 attr1='first'>
44 string(5) "first"
H A D004.phpt13 <elem1 attr1='first'>
48 string(5) "first"
H A D003.phpt15 <elem1 attr1='first'>
45 string(5) "first"
/PHP-7.0/sapi/phpdbg/tests/
H A Dexceptions_001.phpt11 prompt> handle first
35 print "handle first\n";
H A Dexceptions_002.phpt11 prompt> handle first
40 print "handle first\n";
/PHP-7.0/Zend/tests/
H A Dbug46241.phpt11 echo "Caught on first level: '$errstr'\n";
31 echo "Caught on first level: '$errstr'\n";
/PHP-7.0/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt40 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
48 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
56 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
H A Dend.phpt53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
65 // remove any element !first, !last, rewind and check end()
66 echo "\n-- Remove any element from array apart from first and last element --\n";
195 -- Remove first element from array --
202 -- Remove any element from array apart from first and last element --
H A Dend_64bit.phpt53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
65 // remove any element !first, !last, rewind and check end()
66 echo "\n-- Remove any element from array apart from first and last element --\n";
196 -- Remove first element from array --
203 -- Remove any element from array apart from first and last element --
H A Darray_diff_key_variation8.phpt15 'first' => array('blue' => 1, 'red' => 2),
24 'first' => array('blue' => 1, 'red' => 2,),
/PHP-7.0/ext/phar/tests/
H A Dtest_alias_unset.phpt15 $phar->setAlias('first');
20 $phar2->setAlias('first'); // this works because there are no references to $fname open
42 string(5) "first"
/PHP-7.0/ext/standard/tests/strings/
H A Dchop_variation3.phpt26 first line of heredoc string
75 string(86) "first line of heredoc string
78 string(86) "first line of heredoc string
/PHP-7.0/ext/dom/tests/
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_testinput.csv1 first,second,third
/PHP-7.0/ext/date/tests/
H A Ddate-time-modify-times.phpt14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
/PHP-7.0/ext/phar/tests/bug53872/
H A Dfirst.txt1 content of first.txt
/PHP-7.0/ext/xmlwriter/tests/
H A D009.phpt20 xmlwriter_write_attribute($xw, 'attr1', 'first');
40 <elem1 attr1="first">
H A DOO_009.phpt20 $xw->writeAttribute('attr1', 'first');
40 <elem1 attr1="first">
/PHP-7.0/ext/zlib/tests/
H A Dgzseek_basic2.phpt13 $str1 = "This is the first line.";
39 This is the first line.
H A Dgzseek_variation4.phpt13 $str1 = "This is the first line.";
39 This is the first line.
H A Dgzseek_variation5.phpt13 $str1 = "This is the first line.";
39 This is the first line.
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_variation3.phpt19 echo "\n-- Open directory first time: --\n";
43 -- Open directory first time: --
/PHP-7.0/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt27 $first = $stmt->fetchAll();
39 var_dump($first, $second);

Completed in 28 milliseconds

12345678910>>...26