Home
last modified time | relevance | path

Searched refs:string (Results 2826 – 2850 of 6568) sorted by relevance

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

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_kill.phpt40 printf("[007] Expecting string/any non empty, got %s/%s\n", gettype($error), $error);
85 %unicode|string%(%d) "%s"
91 %unicode|string%(%d) "%s"
101 %unicode|string%(%d) "%s"
109 %unicode|string%(5) "%s"
111 %unicode|string%(%d) "%s"
117 %unicode|string%(%d) "%s"
123 %unicode|string%(%d) "%s"
129 %unicode|string%(5) "HY000"
141 %unicode|string%(1) "1"
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_variation2.phpt5 /* Prototype : string base_convert ( string $number , int $frombase , int $tobase )
16 // heredoc string
52 // string data
102 string(2) "31"
156 Warning: base_convert() expects parameter 2 to be long, string given in %s on line %d
161 Warning: base_convert() expects parameter 2 to be long, string given in %s on line %d
171 Warning: base_convert() expects parameter 2 to be long, string given in %s on line %d
176 Warning: base_convert() expects parameter 2 to be long, string given in %s on line %d
181 Warning: base_convert() expects parameter 2 to be long, string given in %s on line %d
H A Dbase_convert_variation3.phpt5 /* Prototype : string base_convert ( string $number , int $frombase , int $tobase )
16 // heredoc string
52 // string data
102 string(2) "25"
156 Warning: base_convert() expects parameter 3 to be long, string given in %s on line %d
161 Warning: base_convert() expects parameter 3 to be long, string given in %s on line %d
171 Warning: base_convert() expects parameter 3 to be long, string given in %s on line %d
176 Warning: base_convert() expects parameter 3 to be long, string given in %s on line %d
181 Warning: base_convert() expects parameter 3 to be long, string given in %s on line %d
H A Datan2_variation2.phpt18 // heredoc string
62 // string data
143 Warning: atan2() expects parameter 2 to be double, string given in %s on line %d
148 Warning: atan2() expects parameter 2 to be double, string given in %s on line %d
158 Warning: atan2() expects parameter 2 to be double, string given in %s on line %d
163 Warning: atan2() expects parameter 2 to be double, string given in %s on line %d
168 Warning: atan2() expects parameter 2 to be double, string given in %s on line %d
H A Datan2_variation1.phpt18 // heredoc string
62 // string data
144 Warning: atan2() expects parameter 1 to be double, string given in %s on line %d
149 Warning: atan2() expects parameter 1 to be double, string given in %s on line %d
159 Warning: atan2() expects parameter 1 to be double, string given in %s on line %d
164 Warning: atan2() expects parameter 1 to be double, string given in %s on line %d
169 Warning: atan2() expects parameter 1 to be double, string given in %s on line %d
H A Dlog_variation1.phpt16 // heredoc string
60 // string data
141 Warning: log() expects parameter 1 to be double, string given in %s on line %d
146 Warning: log() expects parameter 1 to be double, string given in %s on line %d
156 Warning: log() expects parameter 1 to be double, string given in %s on line %d
161 Warning: log() expects parameter 1 to be double, string given in %s on line %d
166 Warning: log() expects parameter 1 to be double, string given in %s on line %d
H A Dmt_srand_variation1.phpt16 // heredoc string
60 // string data
141 Warning: mt_srand() expects parameter 1 to be long, string given in %s on line %d
146 Warning: mt_srand() expects parameter 1 to be long, string given in %s on line %d
156 Warning: mt_srand() expects parameter 1 to be long, string given in %s on line %d
161 Warning: mt_srand() expects parameter 1 to be long, string given in %s on line %d
166 Warning: mt_srand() expects parameter 1 to be long, string given in %s on line %d
H A Dsrand_variation1.phpt16 // heredoc string
60 // string data
141 Warning: srand() expects parameter 1 to be long, string given in %s on line %d
146 Warning: srand() expects parameter 1 to be long, string given in %s on line %d
156 Warning: srand() expects parameter 1 to be long, string given in %s on line %d
161 Warning: srand() expects parameter 1 to be long, string given in %s on line %d
166 Warning: srand() expects parameter 1 to be long, string given in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt11 Prototype : int filesize ( string $filename );
23 $string = "Test 2 test the filesize() fn, with data containing all the types like !@@##$%^&*():<>?|…
26 var_dump( strlen($string) ); //strlen of the string
27 fwrite($file_handle, $string);
29 var_dump( filesize($filename) ); //size of the file = strlen of string
34 var_dump( strlen($string) ); //strlen of the string = 191 bytes
35 fwrite($file_handle, $string);
37 var_dump( filesize($filename) ); //size of the file = 192 bytes != strlen of string
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
6 string strtr(string $str, array $replace_pairs);
8 * Source code: ext/standard/string.c
122 string(6) "012atm"
125 string(6) "012atm"
128 string(6) "122atm"
H A Dvfprintf_variation20.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
6 * Description: Write a formatted string to a stream
111 Notice: Array to string conversion in %s on line %d
113 Notice: Array to string conversion in %s on line %d
115 Notice: Array to string conversion in %s on line %d
117 Notice: Array to string conversion in %s on line %d
119 Notice: Array to string conversion in %s on line %d
H A Dvfprintf_variation21.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
6 * Description: Write a formatted string to a stream
66 // string data
67 /*18*/ "string",
68 'string',
156 string
158 string
H A Dstrcspn_variation6.phpt5 /* Prototype : proto int strcspn(string str, string mask [,int start [,int len]])
8 * Source code: ext/standard/string.c
13 * Testing strcspn() : with heredoc string, varying mask and default start and len arguments
29 first line of heredoc string
30 second line of heredoc string
78 // loop through each element of the arrays for string and mask arguments
H A Dstristr_variation2.phpt6 /* Prototype: string stristr ( string $haystack, string $needle );
101 Warning: stristr(): needle is not a string or an integer in %s on line %d
105 Warning: stristr(): needle is not a string or an integer in %s on line %d
109 Warning: stristr(): needle is not a string or an integer in %s on line %d
129 Warning: stristr(): needle is not a string or an integer in %s on line %d
/PHP-5.5/ext/json/tests/
H A Dunsupported_type_error.phpt23 string(21) "Type is not supported"
24 string(4) "null"
26 string(21) "Type is not supported"
/PHP-5.5/ext/simplexml/tests/
H A Dbug39662.phpt24 string(2) "
30 string(2) "
34 string(15) "<test>
/PHP-5.5/ext/mbstring/tests/
H A Dphp_gr_jp_dev_884-1.phpt17 string(2) "bb"
18 string(2) "bb"
19 string(2) "bb"
H A Dmb_strrpos_variation2.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
11 * Description: Find position of last occurrence of a string within another
38 // heredoc string
76 // string data
181 Warning: mb_strrpos() expects parameter 2 to be string, resource given in %s on line %d
H A Dmb_strrpos_variation1.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
11 * Description: Find position of last occurrence of a string within another
38 // heredoc string
76 // string data
179 Warning: mb_strrpos() expects parameter 1 to be string, resource given in %s on line %d
/PHP-5.5/ext/date/tests/
H A Dbug50392.phpt10 $string = $base . '.' . str_repeat($i, $i);
11 echo $string, "\n- ";
12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_002.phpt19 Notice: Array to string conversion in %s on line %d
26 string(3) "foo"
28 string(4) "haha"
/PHP-5.5/ext/ftp/tests/
H A Dbug39458.phpt26 string(5) "file1"
28 string(5) "file1"
30 string(9) "file
/PHP-5.5/ext/standard/tests/array/
H A Darsort_object1.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
30 // class declaration for string objects
39 // return string value
41 return (string)$this->value;
53 // array of string objects
69 // testing arsort() function by supplying string object array, flag value is defualt
80 // testing arsort() function by supplying string object array, flag value = SORT_REGULAR
/PHP-5.5/ext/filter/tests/
H A D029.phpt79 string(4) "DATA"
80 string(46) "~!@#$%^&*()_QWERTYUIOPASDFGHJKLZXCVBNM<>>?"}{:"
81 string(0) ""
91 string(4) "data"
92 string(46) "~!@#$%^&*()_qwertyuiopasdfghjklzxcvbnm<>>?"}{:"
93 string(0) ""
104 string(4) "test"
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt10 /* Prototype : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
11 * Description: Find position of first occurrence of a string within another
25 $string_ascii = b'+Is an English string'; //21 chars
53 Warning: iconv_strpos(): Offset not contained in string. in %s on line %d
57 Warning: iconv_strpos(): Offset not contained in string. in %s on line %d

Completed in 82 milliseconds

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