Home
last modified time | relevance | path

Searched refs:first (Results 101 – 125 of 618) sorted by last modified time

12345678910>>...25

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt29 first line of heredoc string
H A Dparse_str_basic1.phpt14 $s1 = "first=val1&second=val2&third=val3";
16 var_dump($first, $second, $third);
19 $s1 = "first=val1&second=val2&third=val3";
25 $s1 = "first=val1&second=val2&third=val3";
47 ["first"]=>
58 ["first"]=>
69 ["first"]=>
H A Dparse_str_basic2.phpt14 $s1 = "first=val1/second=val2/third=val3";
16 var_dump($first, $second, $third);
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 Dparse_str_basic4.phpt24 $str = "first=%41&second=%a&third=%b";
26 var_dump($first, $second, $third);
H A Dparse_str_error1.phpt17 $s1 = "first=val1&second=val2&third=val3";
H A Dlcfirst.phpt7 /* Make a string's first character uppercase */
H A Dhtmlentities23.phpt9 "\x8F\xA0", //1 sub, A0 is not valid as sole/first byte
H A Dhtmlentities24.phpt15 echo "\n*** Testing htmlentities() with NULL as first,second and third argument ***\n";
306 *** Testing htmlentities() with NULL as first,second and third argument ***
H A Dhtmlspecialchars.phpt15 echo "\n*** Testing htmlspecialchars() with NULL as first, second and third argument ***\n";
306 *** Testing htmlspecialchars() with NULL as first, second and third argument ***
H A Dhttp_build_query_variation1.phpt2 Test http_build_query() function: usage variations - first arguments as object
H A Dhttp_build_query_variation2.phpt2 Test http_build_query() function: usage variations - first arguments as multidimensional array and …
H A Dcrc32_variation4.phpt32 first line of heredoc string
H A Dchr_ord.phpt9 Description: Returns the ASCII value of the first character of string
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 Dbug48709.phpt8 'kn', // Drop first letter
H A Dbug21453.phpt7 <tr><td>first cell before < first cell after</td></tr>
16 first cell before < first cell after
H A Dbug20261.phpt5 $first = "boo";
6 $second = $first;
9 echo "1: ".$first."\n";
15 echo "1: ".$first."\n";
/PHP-5.5/ext/standard/tests/http/
H A Dbug38802.phpt48 echo "-- Test: fail at first redirection --\n";
52 echo "-- Test: fail at first redirection (2) --\n";
56 echo "-- Test: return at first redirection --\n";
60 echo "-- Test: return at first redirection (2) --\n";
113 -- Test: fail at first redirection --
121 -- Test: fail at first redirection (2) --
129 -- Test: return at first redirection --
142 -- Test: return at first redirection (2) --
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt25 $a = array('one' => 'first');
57 'one' => 'first',
H A Dcallbacks_002.phpt14 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dcall_user_func_array_variation_002.phpt2 Test call_user_func_array() function : first parameter variation
6 …* Description: Call a user function which is the first parameter with the arguments contained in a…
154 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, first array member is…
H A Dcall_user_func_array_variation_003.phpt6 …* Description: Call a user function which is the first parameter with the arguments contained in a…
H A Dbug25038.phpt12 bar('first try');
30 This is an exception from bar(first try).
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation9.phpt26 /* first create the dir/subdir and files, record the stat */

Completed in 89 milliseconds

12345678910>>...25