Home
last modified time | relevance | path

Searched refs:s (Results 501 – 525 of 6255) sorted by relevance

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

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt10 …tf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
70 printf("[001] Cannot connect [%d] %s\n",
81 printf("[003] Cannot connect [%d] %s\n",
92 printf("[005] Cannot connect [%d] %s\n",
104 printf("[007] Cannot connect [%d] %s\n",
119 printf("[001] Cannot connect [%d] %s\n",
139 Warning: mysqli%sconnect(): (HY000/%d): %s in %s on line %d
140 [001] Cannot connect [%d] %s
142 Warning: mysqli%sconnect(): (HY000/%d): %s in %s on line %d
143 [003] Cannot connect [%d] %s
[all …]
H A Dmysqli_stmt_attr_set.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
151 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
154 printf("[011] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
157 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
160 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
163 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A D065.phpt17 printf("[001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
20 printf("[002] Cannot set SQL-Mode, [%d] %s\n", mysqli_errno($mysql), mysqli_error($mysql));
29 printf("[003] Expecting 3/int got %s/%s\n", gettype($tmp), $tmp);
32 printf("[004] Expecting latin1/string got %s/%s\n", gettype($tmp), $tmp);
38 /* nothing should be escaped, it's a valid gbk character */
41 printf("[005] Expecting 2/int got %s/%s\n", gettype($tmp), $tmp);
44 printf("[005] Expecting gbk/string got %s/%s\n", gettype($tmp), $tmp);
H A Dbug52891.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
26 printf("[003] [%d] %s\n", $link->errno, $link->error);
31 printf("[004] [%d] %s\n", $link->errno, $link->error);
34 printf("[005] [%d] %s\n", $link->errno, $link->error);
39 printf("[006] [%d] %s\n", $stmt1->errno, $stmt1->error);
42 printf("[007] [%d] %s\n", $stmt2->errno, $stmt2->error);
46 printf("[008] [%d] %s\n", $stmt1->errno, $stmt1->error);
49 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
54 printf("[010] [%d] %s\n", $stmt2->errno, $stmt2->error);
60 printf("[011] [%d] %s\n", $stmt1->errno, $stmt1->error);
[all …]
H A Dmysqli_reconnect.phpt26 printf("[002] Cannot get full processlist, [%d] %s\n",
36 printf("[003] Processlist is borked, [%d] %s\n",
47 printf("[006] Cannot get wait_timeout, [%d] %s\n",
75 printf("[011] Cannot get database name, [%d] %s\n",
79 printf("[012] Cannot get database name, [%d] %s\n",
84 printf("[013] Connection should has been made to DB/Schema '%s', expecting '%s', [%d] %s\n",
106 printf("[016] Processlist is borked, [%d] %s\n",
110 printf("[017] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
113 printf("[018] Cannot get database name, [%d] %s\n",
117 printf("[019] Cannot get database name, [%d] %s\n",
[all …]
H A Dbug77956.phpt10 die(sprintf("skip Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error()));
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
24 printf("[001] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
27 printf("[002] [%d] %s\n", $link->errno, $link->error);
30 printf("[003] [%d] %s\n", $link->errno, $link->error);
35 printf("[005] [%d] %s\n", $link->errno, $link->error);
37 printf("[006] [%d] %s\n", $link->errno, $link->error);
48 …"[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
52 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
58 Warning: mysqli::query(): LOAD DATA LOCAL INFILE forbidden in %s on line %d
H A Dmysqli_insert_id_variation.phpt13 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
22 printf("[001] Got no valid insert id: %s", var_export($i, true));
29 printf("[002] mysqli_option changes insert_id: %s", var_export($link->insert_id, true));
36 printf("[003] mysqli_debug_info changes insert_id: %s", var_export($link->insert_id, true));
43 printf("[004] mysqli_stat changes insert_id: %s", var_export($link->insert_id, true));
49 printf("[005] mysqli_kill changes insert_id: %s", var_export($link->insert_id, true));
55 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true));
72 printf("[008a] mysqli_prepare changes insert_id: %s", var_export($link->insert_id, true));
83 printf("[009] stmt free changes insert_id: %s", var_export($link->insert_id, true));
95 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
[all …]
H A Dmysqli_max_links.phpt24 …intf("[%03d] One link is already open, it should not be possible to open more, [%d] %s, [%d] %s\n",
47 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
49 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
51 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
53 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
55 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
57 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
59 Warning: mysqli_close() expects parameter 1 to be mysqli, bool given in %s on line %d
61 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
63 Warning: mysqli_close() expects parameter 1 to be mysqli, bool given in %s on line %d
[all …]
H A D014.phpt22 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
31 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
40 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
43 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_pam_sha256.phpt18 die(printf("skip: [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error()));
24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
59 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
64 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
73 if (!$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'%%'", $db)) ||
85 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
90 printf("[002] [%d] %s\n", $link->errno, $link->error);
93 printf("[003] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt17 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
20 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
23 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
26 printf("[004] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
31 printf("[005] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
34 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 // let's ignore upper limits for LONGBLOB (2^32) ...
56 printf("[009] Expecting boolean/true, got %s/%s. [%d] %s\n",
84 printf("[011] Expecting boolean/false, got %s/%s. [%d] %s\n",
[all …]
/PHP-7.4/Zend/tests/
H A Danonymous_func_001.phpt16 Deprecated: Function create_function() is deprecated in %s on line %d
20 Deprecated: Function create_function() is deprecated in %s on line %d
24 Deprecated: Function create_function() is deprecated in %s on line %d
28 Deprecated: Function create_function() is deprecated in %s on line %d
32 Deprecated: Function create_function() is deprecated in %s on line %d
36 Deprecated: Function create_function() is deprecated in %s on line %d
40 Deprecated: Function create_function() is deprecated in %s on line %d
44 Deprecated: Function create_function() is deprecated in %s on line %d
48 Deprecated: Function create_function() is deprecated in %s on line %d
52 Deprecated: Function create_function() is deprecated in %s on line %d
H A Dsettype_resource.phpt40 Warning: settype(): Cannot convert to resource type in %s on line %d
43 Warning: settype(): Cannot convert to resource type in %s on line %d
46 Warning: settype(): Cannot convert to resource type in %s on line %d
49 Warning: settype(): Cannot convert to resource type in %s on line %d
52 Warning: settype(): Cannot convert to resource type in %s on line %d
55 Warning: settype(): Cannot convert to resource type in %s on line %d
58 Warning: settype(): Cannot convert to resource type in %s on line %d
62 Warning: settype(): Cannot convert to resource type in %s on line %d
72 Warning: settype(): Cannot convert to resource type in %s on line %d
75 Warning: settype(): Cannot convert to resource type in %s on line %d
[all …]
/PHP-7.4/tests/classes/
H A Dimplicit_instantiation_001.phpt40 Warning: Creating default object from empty value in %s on line 18
42 Notice: Undefined property: stdClass::$prop in %s on line 18
46 Warning: Creating default object from empty value in %s on line 22
52 Notice: Undefined property: stdClass::$prop in %s on line 26
60 Notice: Undefined property: stdClass::$prop in %s on line 18
70 Notice: Undefined property: stdClass::$prop in %s on line 26
78 Notice: Undefined property: stdClass::$prop in %s on line 18
88 Notice: Undefined property: stdClass::$prop in %s on line 26
94 Warning: Attempt to %s property 'prop' of non-object in %s on line 18
108 Warning: Attempt to %s property 'prop' of non-object in %s on line 18
[all …]
/PHP-7.4/ext/intl/tests/
H A Dcalendar_getSkipped_RepeatedWallTimeOption_error.phpt23 Warning: IntlCalendar::getSkippedWallTimeOption() expects exactly 0 parameters, 1 given in %s on li…
25 …r::getSkippedWallTimeOption(): intlcal_get_skipped_wall_time_option: bad arguments in %s on line %d
28 Warning: IntlCalendar::getRepeatedWallTimeOption() expects exactly 0 parameters, 1 given in %s on l…
30 …:getRepeatedWallTimeOption(): intlcal_get_repeated_wall_time_option: bad arguments in %s on line %d
33 Warning: intlcal_get_skipped_wall_time_option() expects exactly 1 parameter, 2 given in %s on line …
35 …et_skipped_wall_time_option(): intlcal_get_skipped_wall_time_option: bad arguments in %s on line %d
38 Warning: intlcal_get_repeated_wall_time_option() expects exactly 1 parameter, 2 given in %s on line…
40 …_repeated_wall_time_option(): intlcal_get_repeated_wall_time_option: bad arguments in %s on line %d
43 …d to intlcal_get_skipped_wall_time_option() must be an instance of IntlCalendar, int given in %s:%d
45 #0 %s(%d): intlcal_get_skipped_wall_time_option(1)
[all …]
H A Dgregoriancalendar_setGregorianChange_error.phpt21 Warning: IntlGregorianCalendar::setGregorianChange() expects exactly 1 parameter, 0 given in %s on …
23 …ianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad arguments in %s on line %d
26 Warning: IntlGregorianCalendar::setGregorianChange() expects exactly 1 parameter, 2 given in %s on …
28 …ianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad arguments in %s on line %d
31 …gorianCalendar::setGregorianChange() expects parameter 1 to be float, string given in %s on line %d
33 …ianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad arguments in %s on line %d
36 Warning: intlgregcal_set_gregorian_change() expects exactly 2 parameters, 1 given in %s on line %d
38 Warning: intlgregcal_set_gregorian_change(): intlgregcal_set_gregorian_change: bad arguments in %s
41 …intlgregcal_set_gregorian_change() must be an instance of IntlGregorianCalendar, int given in %s:%d
43 #0 %s(%d): intlgregcal_set_gregorian_change(1, 4)
[all …]
/PHP-7.4/tests/security/
H A Dopen_basedir_rmdir.phpt32 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
35 …sedir restriction in effect. File(.././bad) is not within the allowed path(s): (.) in %s on line %d
38 … restriction in effect. File(../bad/../bad) is not within the allowed path(s): (.) in %s on line %d
41 …dir restriction in effect. File(./.././bad) is not within the allowed path(s): (.) in %s on line %d
44 …ir(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.)…
/PHP-7.4/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt17 $s = stream_socket_server("udp://127.0.0.1:0", $errno, $errstr, STREAM_SERVER_BIND);
18 var_dump($s);
19 var_dump(fclose($s));
20 var_dump(socket_import_stream($s));
25 Warning: socket_import_stream() expects exactly 1 parameter, 0 given in %s on line %d
28 Warning: socket_import_stream() expects exactly 1 parameter, 2 given in %s on line %d
31 Warning: socket_import_stream() expects parameter 1 to be resource, int given in %s on line %d
34 Warning: socket_import_stream() expects parameter 1 to be resource, object given in %s on line %d
37 …et_import_stream(): cannot represent a stream of type STDIO as a Socket Descriptor in %s on line %d
40 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
[all …]
/PHP-7.4/ext/snmp/tests/
H A Dsnmpget.phpt54 Warning: snmpget() expects parameter 4 to be int,%s given in %s on line %d
61 string(%d) "%s"
63 string(%d) "%s"
65 string(%d) "%s"
68 ["%s"]=>
69 string(%d) "%s"
73 ["%s"]=>
74 string(%d) "%s"
75 ["%s"]=>
104 ["%s"]=>
[all …]
/PHP-7.4/ext/spl/tests/
H A Diterator_054.phpt65 %s(1) "1"
67 %s(3) "1,2"
69 %s(5) "1,2,3"
71 %s(0) ""
78 %s(6) "FooBar"
80 %s(1) ","
82 %s(2) ",,"
H A Dbug70155.phpt5 $inner = 'x:i:0;O:12:"DateInterval":1:{s:1:"y";i:3;};m:a:1:{i:0;R:2;}';
12 …dArgumentException: Overloaded object of type DateInterval is not compatible with ArrayObject in %s
14 %s
15 %s
16 %s
17 %s
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_error.phpt17 $format1 = '%s';
18 $format2 = '%s%s';
19 $format3 = '%s%s%s';
42 Warning: sprintf() expects at least %d parameter, %d given in %s on line %d
47 Warning: sprintf(): Too few arguments in %s on line %d
50 Warning: sprintf(): Too few arguments in %s on line %d
53 Warning: sprintf(): Too few arguments in %s on line %d
56 Warning: sprintf(): Too few arguments in %s on line %d
59 Warning: sprintf(): Too few arguments in %s on line %d
62 Warning: sprintf(): Too few arguments in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_basic.phpt47 .. mailbox '%s.phpttest' created
53 To: %s
55 Content-Type: %s; %s
61 To: %s
63 Content-Type: %s; %s
69 To: %s
71 Content-Type: %s; %s
78 To: %s
80 Content-Type: %s; %s
/PHP-7.4/ext/standard/tests/file/
H A D007_error.phpt73 Warning: fopen() expects at least 2 parameters, 1 given in %s on line %d
76 Warning: fopen() expects at least 2 parameters, 0 given in %s on line %d
85 Warning: fclose() expects exactly 1 parameter, 0 given in %s on line %d
94 Warning: feof() expects exactly 1 parameter, 0 given in %s on line %d
97 Warning: fopen() expects at most 4 parameters, 5 given in %s on line %d
100 Warning: fclose() expects exactly 1 parameter, 2 given in %s on line %d
103 Warning: feof() expects exactly 1 parameter, 2 given in %s on line %d
124 Warning: feof() expects parameter 1 to be resource, int given in %s on line %d
144 Warning: feof() expects parameter 1 to be resource, bool given in %s on line %d
168 Warning: fopen(): Filename cannot be empty in %s on line %d
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt54 printf("[008] Emulated PS, SHOW data seems wrong, dumping %s\n",
79 printf("[012] Native PS (native support: %s), DESCRIBE failed, %s\n",
95 printf("[014] Native PS (native support: %s), DESCRIBE, returned data seems wrong, dumping %s\n",
100 …printf("[015] Emulated and native PS (native support: %s) results of DESCRIBE differ: %s vs. %s\n",
113 printf("[016] Native PS (native support: %s), SHOW failed, %s\n",
130 printf("[018] Native PS (native support: %s), SHOW data seems wrong, dumping %s\n",
134 …printf("Native PS (native support: %s) and emulated PS returned different data for SHOW: %s vs. %s
146 printf("[012] Native PS (native support: %s), EXPLAIN failed, %s\n",
159 …printf("Native PS (native support: %s) and emulated PS returned different data for EXPLAIN: %s vs.…
167 …printf("Native PS (native support: %s) and emulated PS returned different data for EXPLAIN: %s vs.…
[all …]

Completed in 43 milliseconds

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