Home
last modified time | relevance | path

Searched refs:first (Results 226 – 250 of 520) sorted by last modified time

12345678910>>...21

/php-src/ext/standard/tests/strings/
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";
297 *** Testing htmlentities() with NULL as first,second and third argument ***
H A Dhtmlspecialchars.phpt11 echo "\n*** Testing htmlspecialchars() with NULL as first, second and third argument ***\n";
293 *** Testing htmlspecialchars() with NULL as first, second and third argument ***
H A Dlcfirst.phpt7 /* Make a string's first character uppercase */
H A Dparse_str_basic1.phpt9 $s1 = "first=val1&second=val2&third=val3";
15 $s1 = "first=val1&second=val2&third=val3";
31 ["first"]=>
42 ["first"]=>
53 ["first"]=>
H A Dparse_str_basic2.phpt9 $s1 = "first=val1/second=val2/third=val3";
18 ["first"]=>
H A Dparse_str_basic3.phpt11 $s1 = "first=abc&a[]=123&a[]=false&b[]=str&c[]=3.5&a[]=last";
21 $str = "arr[first]=sid&arr[forth]=bill";
77 ["first"]=>
117 ["first"]=>
H A Dparse_str_basic4.phpt19 $str = "first=%41&second=%a&third=%b";
64 ["first"]=>
H A Dcrc32_variation4.phpt26 first line of heredoc string
H A Dbug48709.phpt8 'kn', // Drop first letter
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
H A Dbug20169.phpt2 Bug #20169 (implode() clobbers first argument)
H A Dbug20261.phpt5 $first = "boo";
6 $second = $first;
9 echo "1: ".$first."\n";
15 echo "1: ".$first."\n";
H A Dbug21453.phpt7 <tr><td>first cell before < first cell after</td></tr>
16 first cell before < first cell after
/php-src/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt45 stream_filter_register("first", "FirstFilter");
47 $first = stream_filter_prepend($r, "first", STREAM_FILTER_WRITE, []);
51 stream_filter_remove($first);
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/php-src/ext/standard/tests/ini_info/scandir/
H A D0.ini1 ; This file is named 0.ini so it should be the first line of
/php-src/ext/standard/tests/http/
H A Dbug80256.phpt2 Bug #80256: file_get_contents strip first line with chunked encoding redirect
/php-src/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt19 $a = array('one' => 'first');
51 'one' => 'first',
H A Dcallbacks_002.phpt25 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
H A Dbug25038.phpt12 bar('first try');
29 This is an exception from bar(first try).
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/standard/tests/file/
H A Duserdirstream.phpt17 $sample = array('first','second','third','fourth');
45 string(5) "first"
H A Dftruncate_error.phpt23 // check the first size
H A Dfwrite_variation2-win32.phpt48 /*overwrite first 400 bytes in the file*/

Completed in 30 milliseconds

12345678910>>...21