Home
last modified time | relevance | path

Searched refs:s (Results 151 – 175 of 5871) sorted by relevance

12345678910>>...235

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_twice.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
21 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
24 printf("[004] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
31 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
39 …f("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
46 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
49 printf("[010] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
56 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
64 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
67 …f("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
[all …]
H A Dmysqli_stmt_fetch.phpt22 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[004] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[006] Expecting NULL or boolean/false, got %s/%s\n", gettype($tmp), $tmp);
47 printf("[008] NULL, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[013] Expecting boolean/true, got %s/%s, [%d] %s\n",
72 printf("[015] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
77 printf("[016] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
84 printf("[017] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_report_wo_ps.phpt10 …tf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
27 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
77 …"[010] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
90 …"[013] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
108 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s
115 [011] Access denied for user '%s'@'%s' (using password: YES)
[all …]
H A Dmysqli_autocommit.phpt11 …tf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
26 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 …f("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
40 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
54 printf("[009] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
99 printf("[022] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_real_escape_string.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 NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] Expecting \\\\, got %s\n", $tmp);
31 printf("[005] Expecting \", got %s\n", $tmp);
34 printf("[006] Expecting ', got %s\n", $tmp);
37 printf("[007] Expecting \\n, got %s\n", $tmp);
40 printf("[008] Expecting \\r, got %s\n", $tmp);
43 printf("[009] Expecting %s, got %s\n", "foo\\0bar", $tmp);
48 printf("[010] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_sqlstate.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 NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
31 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[006] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
37 printf("[007] Expecting string/00000, got %s/%s. [%d] %s\n",
44 printf("[009] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
49 printf("[010] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
60 in %s on line %d
[all …]
H A Dmysqli_stmt_get_result2.phpt24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[007] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
53 printf("[008] boolean/false got %s/%s, [%d] %s\n",
59 printf("[009] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
82 printf("[013] boolean/false got %s/%s, [%d] %s\n",
94 printf("[015] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
113 printf("[019] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
134 printf("[023] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
[all …]
H A Dmysqli_stmt_close.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));
29 printf("[004] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
57 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
78 printf("[017] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
88 in %s on line %d
[all …]
H A Dmysqli_change_user_oo.phpt25 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
29 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
39 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
46 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
53 printf("[012] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
56 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
61 printf("[014] Expecting user %s, got user() %s\n", $user, $tmp['user']);
63 printf("[015] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
[all …]
H A Dmysqli_stmt_bind_param_references.phpt18 printf("[%03d + 1] %s failed, [%d] %s\n",
23 printf("[%03d + 2] fetch for %s failed, [%d] %s\n",
30 printf("[%03d + 3] Expecting %s/%s got %s/%s\n",
38 printf("[%03d + 4] Expecting %s/%s got %s/%s\n",
48 printf("[%03d + 5] %s failed, [%d] %s\n",
65 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
76 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
87 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
98 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
106 printf("[013] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_variation3.phpt43 Warning: readlink(): %s in %s on line %d
45 %s
48 Warning: readlink(): %s in %s on line %d
50 %s
53 Warning: readlink(): %s in %s on line %d
55 string(%d) "%s"
58 Warning: readlink(): %s in %s on line %d
60 string(%d) "%s"
63 Warning: readlink(): %s in %s on line %d
65 string(%d) "%s"
[all …]
H A Dtempnam_variation4-1.phpt34 /* Either there's a notice or error */
55 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
58 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
61 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
64 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
67 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
70 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
73 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
76 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
79 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
[all …]
H A Dtempnam_variation4-0.phpt34 /* Either there's a notice or error */
55 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
58 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
61 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
64 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
67 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
70 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
73 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
76 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
79 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
[all …]
H A D005_basic.phpt30 print( @date('Y:M:D:H:i:s', fileatime(".")) )."\n";
31 print( @date('Y:M:D:H:i:s', filemtime(".")) )."\n";
32 print( @date('Y:M:D:H:i:s', filectime(".")) )."\n";
44 %d:%s:%s:%d:%d:%d
45 %d:%s:%s:%d:%d:%d
46 %d:%s:%s:%d:%d:%d
47 %d:%s:%s:%d:%d:%d
49 %d:%s:%s:%d:%d:%d
50 %d:%s:%s:%d:%d:%d
51 %d:%s:%s:%d:%d:%d
[all …]
/PHP-7.4/Zend/tests/anon/
H A D003.phpt14 object(class@%s)#1 (1) {
18 object(class@%s)#1 (1) {
22 object(class@%s)#1 (1) {
26 object(class@%s)#1 (1) {
30 object(class@%s)#1 (1) {
34 object(class@%s)#1 (1) {
38 object(class@%s)#1 (1) {
42 object(class@%s)#1 (1) {
46 object(class@%s)#1 (1) {
50 object(class@%s)#1 (1) {
/PHP-7.4/ext/xml/tests/
H A Dbug72085.phpt15 Warning: Invalid callback Exception in %s%ebug72085.php:%d
17 #0 {main}, no array or string given in %s%ebug72085.php on line %d
21 Warning: Invalid callback Exception in %s%ebug72085.php:%d
27 Warning: Invalid callback Exception in %s%ebug72085.php:%d
33 Warning: Invalid callback Exception in %s%ebug72085.php:%d
39 Warning: Invalid callback Exception in %s%ebug72085.php:%d
45 Warning: Invalid callback Exception in %s%ebug72085.php:%d
51 Warning: Invalid callback Exception in %s%ebug72085.php:%d
57 Warning: Invalid callback Exception in %s%ebug72085.php:%d
63 Warning: Invalid callback Exception in %s%ebug72085.php:%d
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69793.phpt5s:17:"'."\0".'Exception'."\0".'string";s:1:"a";s:7:"'."\0".'*'."\0".'code";i:0;s:7:"'."\0".'*'."\0…
10 Notice: Undefined property: Exception::$file in %s%ebug69793.php on line %d
12 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
14 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
/PHP-7.4/ext/oci8/tests/
H A Dbind_number.phpt34 oci_execute($s);
35 oci_fetch_all($s, $r);
46 oci_execute($s);
55 oci_execute($s);
64 oci_execute($s);
73 oci_execute($s);
82 oci_execute($s);
91 oci_execute($s);
100 oci_execute($s);
109 oci_execute($s);
[all …]
H A Dbind_sqltchr_1.phpt29 oci_execute($s);
41 oci_execute($s);
51 oci_execute($s);
60 oci_execute($s);
69 oci_execute($s);
78 oci_execute($s);
87 oci_execute($s);
96 oci_execute($s);
105 oci_execute($s);
114 oci_execute($s);
[all …]
H A Dlob_null.phpt16 @oci_execute($s);
19 oci_execute($s);
21 $s = oci_parse($c,
26 oci_execute($s);
28 $s = oci_parse($c,
33 oci_execute($s);
42 $r = @oci_execute($s);
56 $r = @oci_execute($s);
148 oci_execute($s);
154 oci_execute($s);
[all …]
H A Dbind_char_1.phpt42 do_e_q($s);
47 do_e_q($s);
52 do_e_q($s);
57 do_e_q($s);
62 do_e_q($s);
67 do_e_q($s);
77 do_e_q($s);
82 do_e_q($s);
87 do_e_q($s);
92 do_e_q($s);
[all …]
H A Dbind_char_1_11gR1.phpt44 do_e_q($s);
49 do_e_q($s);
54 do_e_q($s);
59 do_e_q($s);
64 do_e_q($s);
69 do_e_q($s);
79 do_e_q($s);
84 do_e_q($s);
89 do_e_q($s);
94 do_e_q($s);
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_tw.c107 int c1, s, w, plane; in mbfl_filt_conv_euctw_wchar() local
192 if (s >= 0) { in mbfl_filt_conv_euctw_wchar()
230 int c1, s, plane; in mbfl_filt_conv_wchar_euctw() local
232 s = 0; in mbfl_filt_conv_wchar_euctw()
244 if (s <= 0) { in mbfl_filt_conv_wchar_euctw()
250 s = 0; in mbfl_filt_conv_wchar_euctw()
251 } else if (s <= 0) { in mbfl_filt_conv_wchar_euctw()
252 s = -1; in mbfl_filt_conv_wchar_euctw()
255 if (s >= 0) { in mbfl_filt_conv_wchar_euctw()
261 s = (s & 0xffff) | 0x8080; in mbfl_filt_conv_wchar_euctw()
[all …]
/PHP-7.4/tests/security/
H A Dopen_basedir_fopen.phpt41 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
43 Warning: fopen(../bad): failed to open stream: %s in %s on line %d
48 Warning: fopen(../bad/bad.txt): failed to open stream: %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
53 Warning: fopen(..): failed to open stream: %s in %s on line %d
58 Warning: fopen(../): failed to open stream: %s in %s on line %d
61 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
63 Warning: fopen(/): failed to open stream: %s in %s on line %d
68 Warning: fopen(../bad/.): failed to open stream: %s in %s on line %d
73 Warning: fopen(../bad/./bad.txt): failed to open stream: %s in %s on line 12
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dnext_001.phpt11 [Successful compilation of %s]
12 prompt> [Breakpoint #0 added at %s:4]
13 prompt> [Breakpoint #0 at %s:4, hits: 1]
18 [L5 %s RETURN<-1> null %s]
22 prompt> [L8 %s ECHO 1 …
26 [L9 %s RETURN<-1> 1 %s]

Completed in 68 milliseconds

12345678910>>...235