Home
last modified time | relevance | path

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

12345678910>>...223

/PHP-5.5/ext/mysqli/tests/
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_get_warnings.phpt20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[013] Expecting int/not 0, got %s/%s\n", gettype($warning->errno), $warning->errno);
66 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
79 printf("[018] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
82 printf("[020] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
97 printf("[024] Expecting object/mysqli_warning, got %s/%s", gettype($warning), $warning);
111 printf("[028] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
114 printf("[029] Expecting string/empty, got %s/%s\n", gettype($tmp), $tmp);
[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 …]
H A Dmysqli_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);
23 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
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 NULL, 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 NULL, 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 NULL, got %s/%s\n");
60 in %s on line %d
[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 NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[007] Expecting NULL, 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);
63 printf("[013] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
78 printf("[017] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_dump_debug_info.phpt17 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
23 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
29 printf("[004] Expecting boolean/[true|false] value, got %s/%s, [%d] %s\n",
36 printf("[005] Expecting NULL, got %s/%s\n",
43 Warning: mysqli_dump_debug_info(): Couldn't fetch mysqli in %s on line %d
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
10 …nt":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhost/a.xml";s:17:"__default_headers";i:1…
/PHP-5.5/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes.phpt14 string(2) "%s"
15 string(4) "%s"
16 string(6) "%s"
17 string(8) "%s"
18 string(10) "%s"
19 string(12) "%s"
20 string(14) "%s"
21 string(16) "%s"
22 string(18) "%s"
/PHP-5.5/ext/mysql/tests/
H A Dmysql_close.phpt16 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
27 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[006] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
39 …tension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d
H A Dmysql_errno.phpt16 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
31 printf("[004] Failed to drop old test table: [%d] %s\n", mysql_errno($link), mysql_errno($link));
42 …intf("[005] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
47 printf("[006] Expecting int/any (e.g 1046, 2005) got %s/%s\n", gettype($errno), $errno);
58 …tension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d
62 Warning: mysql_errno(): %d is not a valid MySQL-Link resource in %s on line %d
H A Dmysql_insert_id.phpt17 printf("[001] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[002a] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[003] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[004] [%d] %s\n", mysql_errno($link), mysql_error($link));
34 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[006] [%d] %s\n", mysql_errno($link), mysql_error($link));
42 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[008] [%d] %s\n", mysql_errno($link), mysql_error($link));
51 printf("[010] Expecting int/not zero, got %s/%s\n", gettype($tmp), $tmp);
[all …]
/PHP-5.5/Zend/tests/
H A D024.phpt18 Notice: Undefined variable: a in %s on line %d
21 Notice: Undefined variable: %s in %s on line %d
23 Notice: Undefined variable: %s in %s on line %d
26 Notice: Undefined variable: a in %s on line %d
29 Notice: Undefined variable: %s in %s on line %d
31 Notice: Undefined variable: %s in %s on line %d
34 Notice: Undefined variable: a in %s on line %d
37 Notice: Undefined variable: b in %s on line %d
40 Notice: Trying to get property of non-object in %s on line %d
43 Notice: Trying to get property of non-object in %s on line %d
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt21 $uri = sprintf('uri:file:%s', $file);
32 printf("[002] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), %s\n",
41 fwrite($fp, sprintf('mysql:dbname=letshopeinvalid;%s%s',
49 printf("[003] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), chr(0) test, %s\n",
62 printf("[001] %s, [%s] %s\n",
71 Warning: PDO::__construct(%s
72 …02] URI=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbname…
74 Warning: PDO::__construct(%s
75 …=uri:file:%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbname=letsho…
H A Dpdo_mysql_stmt_bindcolumn.phpt26 printf("[003] Cannot bind integer column, %s %s\n",
30 printf("[004] Cannot bind string column, %s %s\n",
35 printf("id = %s (%s) / label = %s (%s)\n",
45 printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
50 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
66 printf("[008] Cannot bind integer column, %s %s\n",
70 printf("[009] Cannot bind string column, %s %s\n",
75 printf("id = %s (%s) / label = %s (%s)\n",
85 printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
90 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
[all …]
/PHP-5.5/ext/standard/tests/file/
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-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_tw.c105 int c1, s, w, plane; in mbfl_filt_conv_euctw_wchar() local
190 if (s >= 0) { in mbfl_filt_conv_euctw_wchar()
228 int c1, s, plane; in mbfl_filt_conv_wchar_euctw() local
230 s = 0; in mbfl_filt_conv_wchar_euctw()
242 if (s <= 0) { in mbfl_filt_conv_wchar_euctw()
248 s = 0; in mbfl_filt_conv_wchar_euctw()
249 } else if (s <= 0) { in mbfl_filt_conv_wchar_euctw()
250 s = -1; in mbfl_filt_conv_wchar_euctw()
253 if (s >= 0) { in mbfl_filt_conv_wchar_euctw()
259 s = (s & 0xffff) | 0x8080; in mbfl_filt_conv_wchar_euctw()
[all …]
/PHP-5.5/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-5.5/ext/oci8/tests/
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.phpt46 do_e_q($s);
51 do_e_q($s);
56 do_e_q($s);
61 do_e_q($s);
66 do_e_q($s);
71 do_e_q($s);
81 do_e_q($s);
86 do_e_q($s);
91 do_e_q($s);
96 do_e_q($s);
[all …]
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation1.phpt127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
132 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
137 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
142 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
152 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
157 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
162 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
167 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
172 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dgb18030.c160 return (UChar *)s; in gb18030_left_adjust_char_head()
177 return (UChar *)s; in gb18030_left_adjust_char_head()
188 return (UChar *)s; in gb18030_left_adjust_char_head()
198 return (UChar *)s; in gb18030_left_adjust_char_head()
213 return (UChar *)(s - 1); in gb18030_left_adjust_char_head()
224 return (UChar *)s; in gb18030_left_adjust_char_head()
235 return (UChar *)(s - 1); in gb18030_left_adjust_char_head()
248 return (UChar *)(s - 1); in gb18030_left_adjust_char_head()
262 return (UChar *)(s - 1); in gb18030_left_adjust_char_head()
272 return (UChar *)(s - 3); in gb18030_left_adjust_char_head()
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_next_variation002.phpt13 $s = new SplFileObject(__FILE__);
14 $s->seek(2);
15 echo $s->current();
16 $s->next();
17 echo $s->current();
19 $s->setFlags(SplFileObject::READ_AHEAD);
21 $s->seek(2);
22 echo $s->current();
23 $s->next();
24 echo $s->current();

Completed in 46 milliseconds

12345678910>>...223