Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/simplexml/tests/
H A Dsxe_001.phpt13 <elem1 attr1='first'>
41 string(5) "first"
H A D002.phpt12 <elem1 attr1='first'>
44 string(5) "first"
H A D010.phpt16 <elem1 attr1='first'>
44 string(5) "first"
H A D004.phpt13 <elem1 attr1='first'>
47 string(5) "first"
/php-src/ext/standard/tests/array/
H A Dreset_variation2.phpt2 Test reset() function : usage variations - unset first element
6 * Unset first element of an array and test behaviour of reset()
H A Dend_64bit.phpt49 // remove first element from array
50 echo "\n-- Remove first element from array --\n";
61 // remove any element !first, !last, rewind and check end()
62 echo "\n-- Remove any element from array apart from first and last element --\n";
171 -- Remove first element from array --
178 -- Remove any element from array apart from first and last element --
H A Darray_diff_key_variation8.phpt10 'first' => array('blue' => 1, 'red' => 2),
19 'first' => array('blue' => 1, 'red' => 2,),
H A Darray_diff_ukey_variation5.phpt10 'first' => array('blue' => 1, 'red' => 2),
19 'first' => array('blue' => 1, 'red' => 2,),
H A Dend.phpt49 // remove first element from array
50 echo "\n-- Remove first element from array --\n";
61 // remove any element !first, !last, rewind and check end()
62 echo "\n-- Remove any element from array apart from first and last element --\n";
176 -- Remove first element from array --
183 -- Remove any element from array apart from first and last element --
/php-src/ext/standard/tests/strings/
H A Dchop_variation3.phpt21 first line of heredoc string
70 string(86) "first line of heredoc string
73 string(86) "first line of heredoc string
/php-src/ext/standard/tests/file/
H A Duserdirstream.phpt17 $sample = array('first','second','third','fourth');
45 string(5) "first"
H A Dbug72330.phpt16 $string = '"first #' . $utf_1 . $utf_2 . '";"second"';
23 string(11) "first #с؀"
/php-src/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt12 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
23 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/php-src/ext/zlib/tests/
H A Dgzseek_variation1.phpt9 $str1 = "This is the first line.";
25 This is the first line.
H A Dgzrewind_basic2.phpt18 echo "first 20 characters=".gzread($h,20)."\n";
28 first 20 characters=When you're taught t
/php-src/ext/json/tests/
H A Dbug46944.phpt7 $first = 0xf0 | ($i >> 2);
9 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/php-src/Zend/tests/
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
H A Dbug46241.phpt11 echo "Caught on first level: '$errstr'\n";
31 echo "Caught on first level: '$errstr'\n";
/php-src/ext/ffi/tests/
H A Dlist.phpt68 $first = true;
72 if (!$first) {
75 $first = false;
/php-src/ext/phar/tests/
H A Dphar_stub_write_file.phpt13 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
51 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
52 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt14 echo "Inserting first time which should succeed" . PHP_EOL;
31 echo "Inserting first time which should succeed" . PHP_EOL;
44 Inserting first time which should succeed
49 Inserting first time which should succeed
/php-src/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" );
/php-src/ext/mysqli/
H A Dmysqli_warning.c73 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
110 if (!first) { in php_get_warnings()
111 first = w; in php_get_warnings()
122 return first; in php_get_warnings()
/php-src/ext/standard/tests/general_functions/
H A Dbug32647.phpt76 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
79 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
80 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
82 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member …
/php-src/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt30 echo "After first check\n";
36 After first check

Completed in 78 milliseconds

12345678910>>...21