Home
last modified time | relevance | path

Searched refs:string (Results 2926 – 2950 of 6568) sorted by relevance

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

/PHP-5.5/ext/mbstring/tests/
H A Dmb_stristr_error1.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
11 * Description: Finds first occurrence of a string within another, case insensitive
H A Dmb_strrichr_error1.phpt10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strstr_error1.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
11 * Description: Finds first occurrence of a string within another
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation3.phpt37 // empty string
72 string(0) ""
74 string(0) ""
79 string(0) ""
81 string(0) ""
H A Darray_change_key_case_variation7.phpt6 * Description: Retuns an array with all string keys lowercased [or uppercased]
43 string(3) "xyz"
52 string(3) "xyz"
61 string(3) "xyz"
/PHP-5.5/ext/ereg/tests/
H A Deregi_error_001.phpt5 /* Prototype : proto int eregi(string pattern, string string [, array registers])
21 $string = 'string_val';
24 var_dump( eregi($pattern, $string, $registers, $extra_arg) );
/PHP-5.5/ext/oci8/tests/
H A Darray_bind_006.phpt67 string(4) "five"
69 string(4) "four"
71 string(5) "three"
73 string(3) "two"
75 string(3) "one"
H A Darray_bind_str.phpt67 string(4) "five"
69 string(4) "four"
71 string(5) "three"
73 string(3) "two"
75 string(3) "one"
H A Darray_bind_str1.phpt67 string(4) "five"
69 string(4) "four"
71 string(5) "three"
73 string(3) "two"
75 string(3) "one"
H A Dbind_char_3_11gR1.phpt251 string(3) "abc"
255 string(3) "abc"
256 string(3) "abc"
259 string(3) "abc"
284 string(0) ""
288 string(0) ""
292 string(0) ""
296 string(0) ""
300 string(0) ""
304 string(0) ""
[all …]
H A Dbind_char_4_11gR1.phpt253 string(3) "abc"
257 string(3) "abc"
258 string(3) "abc"
261 string(3) "abc"
286 string(0) ""
290 string(0) ""
294 string(0) ""
298 string(0) ""
302 string(0) ""
306 string(0) ""
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dbug52891.phpt121 string(11) "-4294967297"
125 string(11) "-4294967295"
129 string(2) "42"
133 string(2) "43"
137 string(10) "4294967295"
141 string(10) "4294967297"
146 string(2) "42"
150 string(2) "43"
154 string(10) "4294967295"
158 string(10) "4294967297"
/PHP-5.5/ext/standard/tests/file/
H A D006_variation2.phpt23 Prototype: int fileperms ( string $filename );
26 Prototype: bool chmod ( string $filename, int $mode );
152 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
156 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
161 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
165 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
170 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
174 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
179 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
183 Warning: chmod() expects parameter 2 to be long, string given in %s on line %d
H A Dfilesize_variation4.phpt11 Prototype : int filesize ( string $filename );
24 $string = "Test 2 test the filesize() fn, with data containing all the types like !@@##$%^&*():<>?|…
28 var_dump( strlen($string) ); //strlen of the string
29 fwrite($file_handle, $string);
31 var_dump( filesize($filename) ); //size of the file = strlen of string
36 var_dump( strlen($string) ); //strlen of the string = 191 bytes
37 fwrite($file_handle, $string);
39 var_dump( filesize($filename) ); //size of the file = strlen of string = 191 bytes
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI15 Get error message string.
19 normal return: error message string length
61 2 pattern: regex pattern string.
218 2 str: target string
242 2 str: target string
458 2 start: string address
459 3 s: target address of string
469 2 start: string address
470 3 s: target address of string
480 2 start: string address
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_split_error2.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
29 Warning: preg_split() expects parameter 2 to be string, array given in %spreg_split_error2.php on l…
32 Warning: preg_split() expects parameter 2 to be string, object given in %spreg_split_error2.php on …
/PHP-5.5/ext/session/tests/
H A D026.phpt52 string(5) "hallo"
58 string(5) "hallo"
64 string(5) "hallo"
70 string(5) "hallo"
/PHP-5.5/ext/simplexml/tests/
H A D015.phpt42 string(3) "Joe"
46 string(3) "Joe"
50 string(3) "Joe"
54 string(3) "Boe"
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromdirectory5.phpt41 string(%d) "%stestdir%cfile1.txt"
43 string(%d) "%stestdir%cfile2.txt"
45 string(%d) "%stestdir%cfile3.txt"
47 string(%d) "%stestdir%cfile4.txt"
/PHP-5.5/ext/posix/tests/
H A Dposix_seteuid_variation3.phpt26 'empty string DQ' => "",
27 'empty string SQ' => '',
42 Warning: posix_seteuid() expects parameter 1 to be long, string given in %s on line 22
45 Warning: posix_seteuid() expects parameter 1 to be long, string given in %s on line 22
H A Dposix_setgid_variation3.phpt26 'empty string DQ' => "",
27 'empty string SQ' => '',
42 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
45 Warning: posix_setgid() expects parameter 1 to be long, string given in %s on line %d
H A Dposix_setuid_variation3.phpt26 'empty string DQ' => "",
27 'empty string SQ' => '',
42 Warning: posix_setuid() expects parameter 1 to be long, string given in %s on line 22
45 Warning: posix_setuid() expects parameter 1 to be long, string given in %s on line 22
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_variation18.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
35 string(%d) "%s"
36 string(2) " 8"
H A Dstrftime_variation18.phpt11 /* Prototype : string strftime(string format [, int timestamp])
34 string(%d) "%s"
35 string(2) " 8"
/PHP-5.5/ext/standard/tests/strings/
H A Dnl2br_error.phpt5 /* Prototype : string nl2br(string $str)
6 * Description: Inserts HTML line breaks before all newlines in a string.
7 * Source code: ext/standard/string.c

Completed in 42 milliseconds

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