Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/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
H A Dparse_str_basic3.phpt16 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
18 var_dump($first, $a, $b, $c);
21 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
31 $str = "arr[first]=sid&arr[forth]=bill";
120 ["first"]=>
160 ["first"]=>
H A Dstrtok_variation1.phpt2 Test strtok() function : usage variations - first argument as non-string
11 * Testing strtok() : with first argument as non-string
14 echo "*** Testing strtok() : with first argument as non-string ***\n";
103 *** Testing strtok() : with first argument as non-string ***
/PHP-5.5/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-5.5/ext/date/tests/
H A Ddate-time-modify-times.phpt14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_testinput.csv1 first,second,third
/PHP-5.5/ext/standard/tests/array/
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 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 Darray_diff_key_variation8.phpt15 'first' => array('blue' => 1, 'red' => 2),
24 'first' => array('blue' => 1, 'red' => 2,),
H A Darray_column_error.phpt20 echo "\n-- Testing array_column() function with string as first parameter --\n";
23 echo "\n-- Testing array_column() function with int as first parameter --\n";
53 -- Testing array_column() function with string as first parameter --
58 -- Testing array_column() function with int as first parameter --
/PHP-5.5/ext/phar/tests/bug53872/
H A Dfirst.txt1 content of first.txt
/PHP-5.5/ext/simplexml/tests/
H A D003.phpt15 <elem1 attr1='first'>
45 string(5) "first"
/PHP-5.5/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-5.5/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-5.5/ext/phar/tests/
H A Dtest_unset.phpt16 $phar->setAlias('first');
23 $phar->setAlias('first');
H A Dphar_stub.phpt12 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
21 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
86 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation3.phpt19 echo "\n-- Open directory first time: --\n";
43 -- Open directory first time: --
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61755.phpt17 echo "NULL-Byte before first placeholder:\n";
35 NULL-Byte before first placeholder:
/PHP-5.5/Zend/tests/
H A Dcall_user_func_002.phpt25 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
29 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dobjects_011.phpt2 redefining constructor (__construct first)
/PHP-5.5/ext/intl/tests/
H A Dregression_sort_and_cow.phpt13 * Sort the array and the first copy.
26 // Sort given array and the first copy of it.
H A Dregression_sortwsk_and_cow.phpt14 * Sort the array and the first copy.
27 // Sort given array and the first copy of it.

Completed in 33 milliseconds

12345678910>>...25