Home
last modified time | relevance | path

Searched refs:s (Results 301 – 325 of 6127) sorted by relevance

1...<<11121314151617181920>>...246

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt25 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
30 printf("[003] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
44 printf("[008] More results: %s\n", (mysqli_more_results($link) ? "yes" : "no"));
45 printf("[009] Next results: %s\n", (mysqli_next_result($link) ? "yes" : "no"));
48 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
51 printf("[011] Results seem wrong got '%s'\n", $ver_out);
57 printf("[013] [%d] %s\n", $link->errno, $link->error);
60 printf("[004] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
70 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
79 [008] More results: %s
[all …]
H A Dmysqli_pconn_disabled.phpt22 …01] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
26 …intf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\n",
31 …03] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
36 printf("[004] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
39 printf("Connecction 1 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
43 printf("[005] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
46 printf("Connecction 2 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
57 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
59 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
H A Dmysqli_stmt_param_count.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] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[004] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[%03d] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_error($stmt));
38 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
52 printf("[40] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
56 /* Check that the function alias exists. It's a deprecated function,
59 printf("[041] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
69 in %s on line %d
[all …]
H A Dmysqli_driver.phpt18 printf("[002] Expecting %s/%s, got %s/%s\n",
24 printf("[003] Expecting %s/%s, got %s/%s\n",
29 printf("[004] Expecting int/any, got %s/%s\n",
37 printf("[005] Expecting int/any, got %s/%s\n",
41 printf("[006] Illegal report mode returned? Got %s, expected %s\n",
49 …"[007] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
78 printf("[016] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
85 printf("[017] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
98 printf("[019] Expecting boolean/any, got %s/%s\n",
107 printf("[020] Expecting boolean/any, got %s/%s\n",
[all …]
H A Dmysqli_stmt_get_result_bit.phpt41 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
52 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
55 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
79 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
86 … printf("[004 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
91 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
97 printf("[007 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
102 … printf("[008 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
108 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
109 printf("[009 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_store_result_copy.phpt30 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
34 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
40 printf("[006] Expecting boolean/true, got %s/%s. [%d] %s\n",
51 …f("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
60 printf("[009] Expecting object, got %s/%s. [%d] %s\n",
94 printf("[013] Expecting object, got %s/%s. [%d] %s\n",
121 printf("[016] Expecting object, got %s/%s. [%d] %s\n",
132 printf("[018] Expecting object, got %s/%s. [%d] %s\n",
145 printf("[021] Expecting object, got %s/%s. [%d] %s\n",
154 …f("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
[all …]
H A Dmysqli_set_charset.phpt19 die(sprintf("skip Cannot check server version, [%d] %s\n",
55 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
58 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
61 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
80 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
84 …f("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
88 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
95 … printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
106 printf("[017] Cannot set character set to '%s', [%d] %s\n", $tmp['Charset'],
113 …printf("[018] Cannot run SET NAMES %s, [%d] %s\n", $tmp['Charset'], mysqli_errno($link), mysqli_er…
[all …]
H A Dmysqli_poll_kill.phpt29 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
42 printf("[003] Expecting int/1 got %s/%s\n", gettype($tmp), var_export($tmp, true));
69 printf("[008] There should be no connection ready! Returned %s/%s, expecting int/0.\n",
85 printf("[011] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
102 printf("[012] Error on thread %d: %s/%s\n",
117 printf("[014] Rejecting thread %d: %s/%s\n",
151 printf("[017] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
158 printf("[018] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
202 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
208 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
[all …]
H A Dmysqli_embedded_connect.phpt16 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
19 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
24 printf("[003] Expecting boolean/[true|false] value, got %s/%s\n", gettype($tmp), $tmp);
31 Warning: mysqli_embedded_connect() expects parameter 1 to be mysqli, null given in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation7.phpt75 File name is => %s%etempnam_variation3.tmp%s
81 File name is => %s%etempnam_variation3.tmp%s
85 File name is => %s%etempnam_variation3.tmp%s
89 File name is => %s%etempnam_variation3.tmp%s
93 File name is => %s%etempnam_variation3.tmp%s
99 File name is => %s%etempnam_variation3.tmp%s
107 Warning: unlink(): %s in %s on line %d
110 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
113 Warning: unlink(): %s in %s on line %d
117 File name is => %s/tempnam_variation3.tmp%s
[all …]
H A Dtempnam_variation2-win32.phpt94 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
99 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
104 File name is => %s\tempnam_variation2\t%s
109 File name is => %s\tempnam_variation2\t%s
114 File name is => %s\tempnam_variation2\t%s
119 File name is => %s\tempnam_variation2\t%s
126 File name is => %s\t%s
131 File name is => %s\t%s
138 File name is => %s\t%s
145 File name is => %s\t%s
[all …]
H A Dtempnam_variation2.phpt94 File name is => %s/tempnam_variation2/tempnam_variation2_sub/tempnam_variation2.tmp%s
99 File name is => %s/tempnam_variation2/tempnam_variation2_sub/tempnam_variation2.tmp%s
104 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
109 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
114 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
119 File name is => %s/tempnam_variation2/tempnam_variation2.tmp%s
126 File name is => %s/tempnam_variation2.tmp%s
131 File name is => %s/tempnam_variation2.tmp%s
138 File name is => %s/tempnam_variation2.tmp%s
145 File name is => %s/tempnam_variation2.tmp%s
[all …]
H A Dtouch_variation5.phpt166 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
169 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
170 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
176 --- testing /%s/BADDIR/aSubDirOrFile ---
178 Warning: touch(): Unable to create file /%s/BADDIR/aSubDirOrFile because %s in %s on line %d
181 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
182 --- testing /%s/touchVar5.tmp/aSubDirOrFile/ ---
184 Warning: touch(): Unable to create file /%s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
197 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
215 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c303 s = 0xfd9c; in mbfl_filt_conv_wchar_gb18030()
305 s = 0xfd9d; in mbfl_filt_conv_wchar_gb18030()
307 s = 0xfd9e; in mbfl_filt_conv_wchar_gb18030()
309 s = 0xfd9f; in mbfl_filt_conv_wchar_gb18030()
311 s = 0xfda0; in mbfl_filt_conv_wchar_gb18030()
324 s = 0xa1e7; in mbfl_filt_conv_wchar_gb18030()
326 s = 0xa1ab; in mbfl_filt_conv_wchar_gb18030()
335 s = 0xa2e3; in mbfl_filt_conv_wchar_gb18030()
391 if (s <= 0) { in mbfl_filt_conv_wchar_gb18030()
397 s = 0; in mbfl_filt_conv_wchar_gb18030()
[all …]
/PHP-7.4/Zend/tests/
H A D014.phpt26 string(%d) "%s"
30 string(%d) "%s"
32 string(%d) "%s"
35 Warning: get_included_files() expects exactly 0 parameters, 2 given in %s on line %d
39 string(%d) "%s"
41 string(%d) "%s"
44 Warning: get_included_files() expects exactly 0 parameters, 1 given in %s on line %d
48 string(%d) "%s"
50 string(%d) "%s"
H A Dbug74836.phpt5 $s = "1234567890a";
9 var_dump($s["10"], isset($s["10"]));
10 var_dump($s["010"], isset($s["010"]));
11 var_dump($s[$i], isset($s[$i]));
27 Notice: Undefined index: 010 in %s on line %d
31 Notice: Undefined index: 010 in %s on line %d
H A D024.phpt18 Notice: Undefined variable: a in %s on line %d
23 Notice: Undefined variable: a in %s on line %d
25 Notice: Undefined variable: c in %s on line %d
30 Notice: Undefined variable: a in %s on line %d
33 Notice: Undefined variable: a in %s on line %d
35 Notice: Undefined variable: b in %s on line %d
38 Notice: Undefined variable: a in %s on line %d
41 Notice: Undefined variable: b in %s on line %d
44 Notice: Trying to get property '1' of non-object in %s on line %d
50 Notice: Undefined variable: c in %s on line %d
[all …]
H A D033.phpt20 Notice: Undefined variable: arr in %s on line %d
22 Notice: Trying to access array offset on value of type null in %s on line %d
24 Notice: Trying to access array offset on value of type null in %s on line %d
26 Notice: Trying to access array offset on value of type null in %s on line %d
28 Notice: Trying to access array offset on value of type null in %s on line %d
30 Notice: Trying to access array offset on value of type null in %s on line %d
32 Notice: Undefined variable: arr in %s on line %d
44 Notice: Undefined variable: arr in %s on line %d
56 Notice: Trying to get property 'foo' of non-object in %s on line %d
58 Warning: Creating default object from empty value in %s on line %d
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dfetch_all3.phpt39 oci_execute($s);
44 oci_execute($s);
49 oci_execute($s);
54 oci_execute($s);
59 oci_execute($s);
64 oci_execute($s);
69 oci_execute($s);
74 oci_execute($s);
79 oci_execute($s);
84 oci_execute($s);
[all …]
H A Dbug47189.phpt15 $s = oci_parse($c, "select * from dual");
16 oci_execute($s);
17 oci_fetch_all($s, $rs, 0, -1, OCI_FETCHSTATEMENT_BY_ROW);
19 oci_fetch_all($s, $rs1, 0, -1, OCI_FETCHSTATEMENT_BY_ROW);
24 $s = oci_parse($c, "select * from dual");
25 oci_execute($s);
26 oci_fetch_all($s, $rs, 0, 1, OCI_FETCHSTATEMENT_BY_ROW);
28 oci_fetch_all($s, $rs1, 0, 1, OCI_FETCHSTATEMENT_BY_ROW);
54 Warning: oci_fetch_all(): ORA-01002: %s in %s on line %d
/PHP-7.4/tests/security/
H A Dopen_basedir_is_executable.phpt32 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
35 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
38 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
41 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
44 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
47 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
50 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
53 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
H A Dopen_basedir_tempnam.phpt48 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
51 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
54 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
57 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
60 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
63 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
66 …tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in …
68 string(%d) "%s"
70 string(%d) "%s"
72 string(%d) "%s"
/PHP-7.4/ext/date/tests/
H A Dbug17988.phpt7 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728"))."\n";
8 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 GMT"))."\n";
9 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 EDT"))."\n";
10 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-00"))."\n";
11 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+00"))."\n";
12 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-04"))."\n";
13 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+04"))."\n";
14 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0300"))."\n";
15 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+0300"))."\n";
16 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0330"))."\n";
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug42107.phpt2 Bug #42107 (sscanf() broken when using %2$s type format parameters)
6 var_dump(sscanf('one two', '%1$s %2$s'));
7 var_dump(sscanf('one two', '%2$s %1$s'));
9 sscanf('one two', '%1$s %2$s', $foo, $bar);
11 sscanf('one two', '%2$s %1$s', $foo, $bar);
/PHP-7.4/ext/intl/tests/
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt32 Warning: IntlCalendar::setSkippedWallTimeOption() expects exactly 1 parameter, 0 given in %s on lin…
34 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
37 Warning: IntlCalendar::setRepeatedWallTimeOption() expects exactly 1 parameter, 0 given in %s on li…
42 Warning: IntlCalendar::setSkippedWallTimeOption() expects exactly 1 parameter, 2 given in %s on lin…
47 Warning: IntlCalendar::setRepeatedWallTimeOption() expects exactly 1 parameter, 2 given in %s on li…
52 Warning: IntlCalendar::setSkippedWallTimeOption() expects parameter 1 to be int, array given in %s
57 Warning: IntlCalendar::setRepeatedWallTimeOption() expects parameter 1 to be int, array given in %s
68 Warning: intlcal_set_skipped_wall_time_option() expects exactly 2 parameters, 1 given in %s on line…
73 Warning: intlcal_set_repeated_wall_time_option() expects exactly 2 parameters, 1 given in %s on lin…
80 #0 %s(%d): intlcal_set_repeated_wall_time_option(1, 1)
[all …]

Completed in 34 milliseconds

1...<<11121314151617181920>>...246