Home
last modified time | relevance | path

Searched refs:string (Results 2851 – 2875 of 6568) sorted by relevance

1...<<111112113114115116117118119120>>...263

/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_variation1.phpt10 /* Prototype : proto int iconv_strrpos(string haystack, string needle [, string charset])
11 * Description: Find position of last occurrence of a string within another
37 // heredoc string
75 // string data
178 Warning: iconv_strrpos() expects parameter 1 to be string, resource given in %s on line %d
H A Diconv_strrpos_variation2.phpt10 /* Prototype : proto int iconv_strrpos(string haystack, string needle [, string charset])
11 * Description: Find position of last occurrence of a string within another
37 // heredoc string
75 // string data
180 Warning: iconv_strrpos() expects parameter 2 to be string, resource given in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dstrlen.phpt7 /* returns the length of a given string */
51 /* loop through to find the length of each string */
63 to string" by default when an object is passed instead of string:
66 class string {
71 $obj_string = new string;
100 echo "\n--- Testing a longer and heredoc string ---\n";
101 $string = <<<EOD
112 var_dump(strlen($string));
114 echo "\n--- Testing a heredoc null string ---\n";
209 --- Testing a longer and heredoc string ---
[all …]
H A Dbug24281.phpt9 $string = "He had had to have had it";
10 $newstring = str_replace("had", "foo", $string, $count);
13 $newstring = str_replace("had", "foo", $string, $count);
H A Dhtmlentities16.phpt18 string(22) "88a9f0eef1eaeef8edfbe9"
19 string(42) "266575726f3b26636f70793bf0eef1eaeef8edfbe9"
20 string(58) "&euro;&copy;&rcy;&ocy;&scy;&kcy;&ocy;&shcy;&ncy;&ycy;&jcy;"
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_variation_001.phpt5 /* Prototype : proto string get_class([object object])
56 // string data
57 "string",
58 'string',
183 Arg value: (type: string)
185 Warning: get_class() expects parameter 1 to be object, string given in %sget_class_variation_001.ph…
188 Arg value: (type: string)
190 Warning: get_class() expects parameter 1 to be object, string given in %sget_class_variation_001.ph…
193 Arg value: string (type: string)
195 Warning: get_class() expects parameter 1 to be object, string given in %sget_class_variation_001.ph…
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation1.phpt54 // string data
55 /*18*/ "string",
56 'string',
251 Warning: array_chunk() expects parameter 1 to be array, string given in %s on line %d
254 Warning: array_chunk() expects parameter 1 to be array, string given in %s on line %d
257 Warning: array_chunk() expects parameter 1 to be array, string given in %s on line %d
262 Warning: array_chunk() expects parameter 1 to be array, string given in %s on line %d
265 Warning: array_chunk() expects parameter 1 to be array, string given in %s on line %d
268 Warning: array_chunk() expects parameter 1 to be array, string given in %s on line %d
273 Warning: array_chunk() expects parameter 1 to be array, string given in %s on line %d
[all …]
H A Darray_chunk_variation2.phpt55 // string data
56 /*19*/ "string",
57 'string',
353 Warning: array_chunk() expects parameter 2 to be long, string given in %s on line %d
356 Warning: array_chunk() expects parameter 2 to be long, string given in %s on line %d
359 Warning: array_chunk() expects parameter 2 to be long, string given in %s on line %d
364 Warning: array_chunk() expects parameter 2 to be long, string given in %s on line %d
367 Warning: array_chunk() expects parameter 2 to be long, string given in %s on line %d
370 Warning: array_chunk() expects parameter 2 to be long, string given in %s on line %d
375 Warning: array_chunk() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Darray_diff_uassoc_basic.phpt23 string(5) "brown"
25 string(4) "blue"
27 string(3) "red"
H A Darray_diff_uassoc_variation7.phpt37 string(1) "1"
39 string(1) "2"
43 string(4) "1.00"
45 string(4) "2.00"
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_4.phpt255 string(3) "abc"
256 string(3) "abc"
259 string(3) "abc"
260 string(3) "abc"
287 string(0) ""
291 string(0) ""
295 string(0) ""
299 string(0) ""
303 string(0) ""
307 string(0) ""
[all …]
H A Dbind_char_3.phpt253 string(3) "abc"
254 string(3) "abc"
257 string(3) "abc"
258 string(3) "abc"
285 string(0) ""
289 string(0) ""
293 string(0) ""
297 string(0) ""
301 string(0) ""
305 string(0) ""
[all …]
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_45876.phpt26 string(13) "TABLE_CATALOG"
28 string(4) "char"
30 string(13) "TABLE_CATALOG"
/PHP-5.5/ext/intl/tests/
H A Dtimezone_getDisplayName_variant1.phpt23 string(%d) "Western European%sTime"
24 string(%d) "Western European%sTime"
25 string(28) "Western European Summer Time"
/PHP-5.5/ext/json/tests/
H A D004.phpt33 string(%d) "Recursion detected"
35 string(22) "{"prop":{"prop":null}}"
37 string(%d) "Recursion detected"
/PHP-5.5/ext/session/tests/
H A Dsession_encode_variation7.phpt13 * Prototype : string session_encode(void)
14 * Description : Encodes the current session data as a string
32 string(24) "A2Zvb2k6MTIzNDU2Nzg5MDs="
H A D006.phpt50 string(5) "hallo"
56 string(5) "hallo"
62 string(5) "hallo"
68 string(5) "hallo"
H A Dsession_module_name_variation3.phpt14 * Prototype : string session_module_name([string $module])
41 string(%d) "%s"
42 string(4) "user"
/PHP-5.5/tests/security/
H A Dopen_basedir_001.phpt21 string(10) "/usr/local"
22 string(14) "/usr/local/bin"
24 string(14) "/usr/local/bin"
/PHP-5.5/Zend/tests/traits/
H A Dflattening001.phpt40 string(4) "test"
41 string(3) "foo"
42 string(3) "bar"
/PHP-5.5/sapi/cli/tests/
H A D004.phpt22 string(45) "Exception: Function unknown() does not exist
24 string(42) "Exception: Function echo() does not exist
26 string(119) "Function [ <internal:standard> function phpinfo ] {
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_stream_001.phpt24 string(15) "application/zip"
25 string(9) "directory"
26 string(9) "image/png"
/PHP-5.5/ext/ftp/tests/
H A Dbug39458-2.phpt27 string(5) "file1"
29 string(5) "file1"
31 string(9) "file
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_020.phpt13 echo "From Array with string keys, no preserve\n";
20 echo "From Array with string keys, preserve\n";
33 From Array with string keys, no preserve
35 From Array with string keys, preserve
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_getConstant_basic.phpt28 string(12) "hello from C"
31 string(12) "hello from C"
34 string(12) "hello from C"
37 string(12) "hello from F"

Completed in 85 milliseconds

1...<<111112113114115116117118119120>>...263