Home
last modified time | relevance | path

Searched refs:s (Results 701 – 725 of 6255) sorted by relevance

1...<<21222324252627282930>>...251

/PHP-7.4/sapi/phpdbg/tests/
H A Dexceptions_001.phpt10 [Successful compilation of %s]
12 [Uncaught Error in %s on line 16: Call to undefined function foo()]
16 prompt> frame #0: {closure}() at %s:16
17 frame #1: {main} at %s:22
19 prompt> [Uncaught Error in %s on line 16]
20 Error: Call to undefined function foo() in %s:16
22 #0 %s(22): {closure}()
/PHP-7.4/ext/standard/tests/serialize/
H A Dunserialize_classes.phpt9 $s = serialize($z);
11 var_dump(unserialize($s));
12 var_dump(unserialize($s, ["allowed_classes" => false]));
13 var_dump(unserialize($s, ["allowed_classes" => true]));
14 var_dump(unserialize($s, ["allowed_classes" => ["bar"]]));
15 var_dump(unserialize($s, ["allowed_classes" => ["FOO"]]));
16 var_dump(unserialize($s, ["allowed_classes" => ["bar", "foO"]]));
/PHP-7.4/Zend/tests/
H A D015.phpt17 Warning: trigger_error() expects at least 1 parameter, 0 given in %s on line %d
20 Notice: error in %s on line %d
23 Warning: trigger_error() expects parameter 1 to be string, array given in %s on line %d
26 Warning: Invalid error type specified in %s on line %d
29 Warning: Invalid error type specified in %s on line %d
32 Warning: error in %s on line %d
35 Deprecated: error in %s on line %d
H A Dself_mod.phpt6 $s = "123";
10 $s %= 22;
11 var_dump($s);
24 Warning: A non-numeric value encountered in %s on line %d
27 Notice: A non well formed numeric value encountered in %s on line %d
H A Dshift_001.phpt6 $s = "123";
10 $s <<= 2;
11 var_dump($s);
24 Warning: A non-numeric value encountered in %s on line %d
27 Notice: A non well formed numeric value encountered in %s on line %d
H A Dshift_002.phpt6 $s = "123";
10 $s >>= 2;
11 var_dump($s);
24 Warning: A non-numeric value encountered in %s on line %d
27 Notice: A non well formed numeric value encountered in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_buffered_c.phpt22 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
29 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
H A Dmysqli_fetch_field_flags.phpt110 printf("[002] %s [%d] %s\n", $column_def,
122 printf("[003] Can't select from table, %s [%d] %s\n", $column_def,
129 printf("[004] Fetching the meta data failed, %s [%d] %s\n", $column_def,
134 printf("[005] Field information seems wrong, %s [%d] %s\n", $column_def,
170 printf("[006] Found unexpected flags '%s' for %s, found '%s' with MySQL %s'\n",
174 printf("[007] The flags '%s' have not been reported for %s, found '%s'\n",
185 printf("[008] %s [%d] %s\n", $column_def,
193 $create .= sprintf('%s, ', $v);
195 $create = sprintf('%s)', substr($create, 0, -2));
210 printf("[011] Found unexpected flags '%s' for %s, found '%s'\n",
[all …]
H A Dmysqli_change_user_locks_temporary.phpt16 printf("[001] Cannot create second connection handle, [%d] %s\n",
20 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
49 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
55 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
58 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
69 printf("[012] There should be no table test any more, [%d] %s\n",
[all …]
H A Dmysqli_multi_query.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
42 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
56 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
67 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
81 printf("[013 - %d] Expecting %s got %s\n", $res_num, $res_num, $row['num']);
83 printf("[014 - %d] Expecting a got %s\n", $res_num, $row['somechar']);
110 printf("[015] Expecting 3 result sets got %d result set[s]\n", $res_num);
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt11 $s = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP);
12 $br = socket_bind($s, '::', 3000);
56 var_dump($s);
57 $br = socket_bind($s, '::0', 3000) or die("err");
60 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
68 checktimeout($s, 500);
69 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
77 checktimeout($s, 500);
78 while (($str = socket_read($s, 3000, 500)) !== FALSE) {
96 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getMethod_001.phpt10 static public function s() {}
17 static protected function s() {}
24 static private function s() {}
36 echo " --> Check for s(): ";
37 var_dump($rc->getMethod("s"));
58 string(1) "s"
78 string(1) "s"
98 string(1) "s"
118 string(1) "s"
138 string(1) "s"
[all …]
H A DReflectionClass_getProperty_001.phpt10 static public $s;
17 static protected $s;
24 static protected $s;
35 echo " --> Check for s: ";
36 var_dump($rc->getProperty("s"));
65 string(1) "s"
80 string(1) "s"
95 string(1) "s"
110 string(1) "s"
125 string(1) "s"
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dfetch_array.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
21 if (!oci_execute($s)) {
34 if (!($s = oci_parse($c, $select_sql))) {
38 if (!oci_execute($s)) {
41 while ($row = oci_fetch_array($s)) {
47 if (!oci_execute($s)) {
56 if (!oci_execute($s)) {
65 if (!oci_execute($s)) {
74 if (!oci_execute($s)) {
83 if (!oci_execute($s)) {
[all …]
/PHP-7.4/ext/intl/tests/
H A Ddateformat_setTimeZone_error.phpt25 Warning: IntlDateFormatter::setTimeZone() expects exactly 1 parameter, 0 given in %s on line %d
27 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: unable to parse input params in %s
30 Warning: datefmt_set_timezone() expects exactly 2 parameters, 0 given in %s on line %d
32 Warning: datefmt_set_timezone(): datefmt_set_timezone: unable to parse input params in %s on line %d
35 Notice: Array to string conversion in %s on line %d
37 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'Array' in %s o…
40 Warning: IntlDateFormatter::setTimeZone() expects exactly 1 parameter, 2 given in %s on line %d
42 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: unable to parse input params in %s
45 …r::setTimeZone(): datefmt_set_timezone: no such time zone: 'non existing timezone' in %s on line %d
48 Warning: datefmt_set_timezone() expects parameter 1 to be IntlDateFormatter, object given in %s on …
[all …]
/PHP-7.4/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt51 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
54 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
57 Warning: imagecolorallocate(): Green component is out of range in %s on line %d
60 Warning: imagecolorallocate(): Green component is out of range in %s on line %d
63 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
66 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
71 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
74 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
83 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
91 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt117 Warning: scandir() expects parameter 3 to be resource, int given in %s on line %d
122 Warning: scandir() expects parameter 3 to be resource, int given in %s on line %d
127 Warning: scandir() expects parameter 3 to be resource, int given in %s on line %d
132 Warning: scandir() expects parameter 3 to be resource, int given in %s on line %d
137 Warning: scandir() expects parameter 3 to be resource, float given in %s on line %d
162 Warning: scandir() expects parameter 3 to be resource, null given in %s on line %d
167 Warning: scandir() expects parameter 3 to be resource, null given in %s on line %d
172 Warning: scandir() expects parameter 3 to be resource, bool given in %s on line %d
177 Warning: scandir() expects parameter 3 to be resource, bool given in %s on line %d
182 Warning: scandir() expects parameter 3 to be resource, bool given in %s on line %d
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrchr_variation11.phpt95 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
99 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
103 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
107 Deprecated: strrchr(): Non-string needles will be interpreted as strings in %s on line %d
131 Warning: strrchr() expects parameter 1 to be string, array given in %s on line %d
135 Warning: strrchr() expects parameter 1 to be string, array given in %s on line %d
139 Warning: strrchr() expects parameter 1 to be string, array given in %s on line %d
143 Warning: strrchr() expects parameter 1 to be string, array given in %s on line %d
147 Warning: strrchr() expects parameter 1 to be string, array given in %s on line %d
167 Notice: Object of class sample could not be converted to int in %s on line %d
[all …]
H A Dstrrpos_variation10.phpt98 Deprecated: strrpos(): Non-string needles will be interpreted as strings in %s on line %d
102 Deprecated: strrpos(): Non-string needles will be interpreted as strings in %s on line %d
106 Deprecated: strrpos(): Non-string needles will be interpreted as strings in %s on line %d
110 Deprecated: strrpos(): Non-string needles will be interpreted as strings in %s on line %d
134 Warning: strrpos(): needle is not a string or an integer in %s on line %d
138 Warning: strrpos(): needle is not a string or an integer in %s on line %d
142 Warning: strrpos(): needle is not a string or an integer in %s on line %d
146 Warning: strrpos(): needle is not a string or an integer in %s on line %d
150 Warning: strrpos(): needle is not a string or an integer in %s on line %d
170 Notice: Object of class sample could not be converted to int in %s on line %d
[all …]
H A Dstripos_variation11.phpt158 Warning: stripos() expects parameter 1 to be string, array given in %s on line %d
201 Warning: stripos(): Offset not contained in string in %s on line %d
213 Warning: stripos(): Offset not contained in string in %s on line %d
217 Notice: Object of class sample could not be converted to int in %s on line %d
222 Notice: Object of class sample could not be converted to int in %s on line %d
229 Warning: stripos(): Offset not contained in string in %s on line %d
234 Warning: stripos(): Offset not contained in string in %s on line %d
239 Warning: stripos(): Offset not contained in string in %s on line %d
244 Warning: stripos(): Offset not contained in string in %s on line %d
256 Warning: stripos(): Offset not contained in string in %s on line %d
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt11 'string' => function (string $s) { return $s; },
60 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l…
63 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on …
66 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li…
69 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li…
72 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li…
75 *** Caught Argument 1 passed to {closure}() must be of the type int, array given, called in %s on l…
78 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on …
95 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on …
98 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on …
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c175 if (s <= 0x89) { in mbfl_filt_conv_sjis_mac_wchar()
176 if (s == 0x1c) { in mbfl_filt_conv_sjis_mac_wchar()
198 if (s >= code_tbl[i][0] && s <= code_tbl[i][1]) { in mbfl_filt_conv_sjis_mac_wchar()
227 if (s >= code_ofst_tbl[i][0] && s <= code_ofst_tbl[i][1]) { in mbfl_filt_conv_sjis_mac_wchar()
230 if (s >= 0x043e && s <= 0x0441) { in mbfl_filt_conv_sjis_mac_wchar()
232 } else if (s == 0x03b1 || s == 0x03b7) { in mbfl_filt_conv_sjis_mac_wchar()
234 } else if (s == 0x04b8 || s == 0x04b9 || s == 0x04c4) { in mbfl_filt_conv_sjis_mac_wchar()
236 } else if (s == 0x1ed9 || s == 0x1eda || s == 0x1ee8 || s == 0x1ef3 || in mbfl_filt_conv_sjis_mac_wchar()
237 (s >= 0x1ef5 && s <= 0x1efb) || s == 0x1f05 || s == 0x1f06 || in mbfl_filt_conv_sjis_mac_wchar()
238 s == 0x1f18 || (s >= 0x1ff2 && s <= 0x20a5)) { in mbfl_filt_conv_sjis_mac_wchar()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dstrcasestr.c69 strcasestr(const char *s, const char *find) in strcasestr() argument
79 if ((sc = *s++) == 0) in strcasestr()
82 } while (_strncasecmp(s, find, len) != 0); in strcasestr()
83 s--; in strcasestr()
85 return (char *)(intptr_t)(s); in strcasestr()
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_error3.phpt15 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
17 Fatal error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert co…
19 #0 %s(%d): assert('0 $ 0')
23 0 $ 0 in %s:%d
25 #0 %s(%d): assert('0 $ 0')
27 thrown in %s on line %d
/PHP-7.4/ext/snmp/tests/
H A Dsnmp3.phpt79 string(%d) "%s"
81 string(%d) "%s"
83 string(%d) "%s"
85 string(%d) "%s"
87 string(%d) "%s"
89 string(%d) "%s"
92 ["%s"]=>
94 ["%s"]=>
98 string(%d) "%s"
110 ["%s"]=>
[all …]

Completed in 33 milliseconds

1...<<21222324252627282930>>...251