Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.4/ext/spl/tests/
H A DSplFileObject_testinput.csv1 first,second,third
/PHP-7.4/ext/phar/tests/bug53872/
H A Dfirst.txt1 content of first.txt
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation7.phpt12 * 1) first array as empty array
14 * 3) second array shorter than first array
15 * 4) first array shorter than second array
H A Darray_key_exists_variation3.phpt39 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
47 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
55 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
H A Darray_diff_key_variation8.phpt15 'first' => array('blue' => 1, 'red' => 2),
24 'first' => array('blue' => 1, 'red' => 2,),
/PHP-7.4/ext/simplexml/tests/
H A D004.phpt13 <elem1 attr1='first'>
48 string(5) "first"
H A D003.phpt15 <elem1 attr1='first'>
45 string(5) "first"
/PHP-7.4/ext/standard/tests/file/
H A Dbug72330.phpt16 $string = '"first #' . $utf_1 . $utf_2 . '";"second"';
23 string(11) "first #с؀"
/PHP-7.4/ext/zlib/tests/
H A Dgzrewind_basic2.phpt22 echo "first 20 characters=".gzread($h,20)."\n";
33 first 20 characters=When you're taught t
H A Dgzseek_basic2.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.4/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.4/Zend/tests/
H A Dbug46241.phpt11 echo "Caught on first level: '$errstr'\n";
31 echo "Caught on first level: '$errstr'\n";
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt13 echo "Inserting first time which should succeed" . PHP_EOL;
29 echo "Inserting first time which should succeed" . PHP_EOL;
42 Inserting first time which should succeed
47 Inserting first time which should succeed
/PHP-7.4/ext/date/tests/
H A Dbug43452.phpt27 // First, second, etc skip to the first/second weekday *after* the current day.
28 // This makes "first thursday" equivalent to "+1 week thursday" - but only
32 $day = strtotime( "first Thursday Nov 2007" );
43 $day = strtotime( "first Friday Nov 2007" );
H A Ddate-time-modify-times.phpt14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
/PHP-7.4/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.4/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"
H A Dtest_unset.phpt16 $phar->setAlias('first');
23 $phar->setAlias('first');
/PHP-7.4/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.4/ext/ffi/tests/
H A Dlist.phpt68 $first = true;
72 if (!$first) {
75 $first = false;
/PHP-7.4/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.4/ext/xmlwriter/tests/
H A DOO_009.phpt19 $xw->writeAttribute('attr1', 'first');
39 <elem1 attr1="first">
H A D009.phpt19 xmlwriter_write_attribute($xw, 'attr1', 'first');
39 <elem1 attr1="first">

Completed in 31 milliseconds

12345678910>>...21