Home
last modified time | relevance | path

Searched refs:s (Results 76 – 100 of 5416) sorted by relevance

12345678910>>...217

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt42 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
64 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
88 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
117 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
147 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
153 printf("[001] %s [%s] %s\n",
182 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
204 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
228 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
257 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
[all …]
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_change_user_old.phpt10 …tf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
24 …f("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[009] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
41 …f("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
55 printf("[013] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
77 …f("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
82 printf("[021] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
87 …f("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
[all …]
H A Dmysqli_affected_rows_oo.phpt21 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
26 printf("[002] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[006] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[007] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
49 printf("[009] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
55 printf("[011] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[013] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
68 printf("[015] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
74 printf("[016] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
80 printf("[018] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_options_init_command.phpt15 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
22 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
31 printf("[003] Expecting 1 got %s\n", $row['_num_rows']);
37 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
40 …f("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
44 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[007] Expecting 1 got %s\n", $row['_num_rows']);
65 …f("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
75 Warning: mysqli_real_connect(): (%s/%d): %s in %s on line %d
[all …]
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c182 if (s >= 0xd800 && s < 0xdc00) { in mbfl_filt_conv_utf7imap_wchar()
184 s = (((s & 0x3ff) << 16) + 0x400000) | n; in mbfl_filt_conv_utf7imap_wchar()
186 } else if (s >= 0xdc00 && s < 0xe000) { in mbfl_filt_conv_utf7imap_wchar()
200 if (s < 0x20 || s > 0x7E || s == '&') { in mbfl_filt_conv_utf7imap_wchar()
220 if (s >= 0xd800 && s < 0xdc00) { in mbfl_filt_conv_utf7imap_wchar()
223 } else if (s >= 0xdc00 && s < 0xe000) { in mbfl_filt_conv_utf7imap_wchar()
236 if (s < 0x20 || s > 0x7E || s == '&') { in mbfl_filt_conv_utf7imap_wchar()
251 if (s >= 0xd800 && s < 0xdc00) { in mbfl_filt_conv_utf7imap_wchar()
252 s = (((s & 0x3ff) << 16) + 0x400000); in mbfl_filt_conv_utf7imap_wchar()
254 } else if (s >= 0xdc00 && s < 0xe000) { in mbfl_filt_conv_utf7imap_wchar()
[all …]
H A Dmbfilter_cp936.c195 s = 0xa3fe; in mbfl_filt_conv_wchar_cp936()
197 s = 0xa1e3; in mbfl_filt_conv_wchar_cp936()
199 s = 0xa1ab; in mbfl_filt_conv_wchar_cp936()
236 s = 0xff; in mbfl_filt_conv_wchar_cp936()
247 s = 0xa1e7; in mbfl_filt_conv_wchar_cp936()
249 s = 0xa1ab; in mbfl_filt_conv_wchar_cp936()
257 if (s <= 0) { in mbfl_filt_conv_wchar_cp936()
259 s = 0; in mbfl_filt_conv_wchar_cp936()
261 s = -1; in mbfl_filt_conv_wchar_cp936()
265 if (s >= 0) { in mbfl_filt_conv_wchar_cp936()
[all …]
H A Dmbfilter_sjis_mobile.c302 …if ((s >= DOCOMO_KEYPAD(1) && s <= DOCOMO_KEYPAD(9)) || s == DOCOMO_KEYPAD(0) || s == DOCOMO_KEYPA… in mbfilter_sjis_emoji_docomo2unicode()
318 if (s >= mb_tbl_code2uni_kddi1_min && s <= mb_tbl_code2uni_kddi1_max) { in mbfilter_sjis_emoji_kddi2unicode()
323 } else if (s >= 0x2545 && s <= 0x254A) { in mbfilter_sjis_emoji_kddi2unicode()
334 } else if (s >= 0x27A6 && s <= 0x27AE) { in mbfilter_sjis_emoji_kddi2unicode()
352 if (s >= mb_tbl_code2uni_sb1_min && s <= mb_tbl_code2uni_sb1_max) { in mbfilter_sjis_emoji_sb2unicode()
353 if (s == 0x2817 || (s >= 0x2823 && s <= 0x282C)) { in mbfilter_sjis_emoji_sb2unicode()
363 if (s >= 0x2B02 && s <= 0x2B0B) { in mbfilter_sjis_emoji_sb2unicode()
612 if (s <= 137) { in mbfl_filt_conv_sjis_mobile_wchar()
613 if (s == 31) { in mbfl_filt_conv_sjis_mobile_wchar()
632 } else if (s >= 0 && s < jisx0208_ucs_table_size) { /* X 0208 */ in mbfl_filt_conv_sjis_mobile_wchar()
[all …]
H A Dmbfilter_gb18030.c261 s = 0xa8bf; in mbfl_filt_conv_wchar_gb18030()
267 s = 0xa2e3; in mbfl_filt_conv_wchar_gb18030()
278 s = 0xfd9c; in mbfl_filt_conv_wchar_gb18030()
280 s = 0xfd9d; in mbfl_filt_conv_wchar_gb18030()
282 s = 0xfd9e; in mbfl_filt_conv_wchar_gb18030()
284 s = 0xfd9f; in mbfl_filt_conv_wchar_gb18030()
286 s = 0xfda0; in mbfl_filt_conv_wchar_gb18030()
299 s = 0xa1e7; in mbfl_filt_conv_wchar_gb18030()
301 s = 0xa1ab; in mbfl_filt_conv_wchar_gb18030()
377 s = 0; in mbfl_filt_conv_wchar_gb18030()
[all …]
/PHP-8.1/ext/date/lib/
H A Dparse_iso_intervals.re31 # define strtoll(s, f, b) _atoi64(s)
34 # define strtoll(s, f, b) atoll(s)
36 # define strtoll(s, f, b) strtol(s, f, b)
64 #define DEBUG_OUTPUT(s) printf("%s\n", s);
93 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
94 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0;
101 memcpy(tmp, s->tok, s->cur - s->tok);
223 if (s->have_date || s->have_period) {
312 s->pos = cursor; s->line++;
346 while (isspace(*s) && s < e) {
[all …]
/PHP-8.1/ext/zend_test/tests/
H A Dobserver_fiber_06.phpt26 <!-- switching from fiber %s to %s -->
27 <init '%s'>
29 <!-- switching from fiber %s to %s -->
30 <suspend '%s'>
31 <!-- switching from fiber %s to %s -->
32 <resume '%s'>
33 <!-- switching from fiber %s to %s -->
34 <threw '%s'>
/PHP-8.1/tests/security/
H A Dopen_basedir_copy.phpt36 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
38 Warning: copy(../bad): Failed to open stream: %s in %s on line %d
43 Warning: copy(../bad/bad.txt): Failed to open stream: %s in %s on line %d
46 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
48 Warning: copy(..): Failed to open stream: %s in %s on line %d
53 Warning: copy(../): Failed to open stream: %s in %s on line %d
56 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
58 Warning: copy(/): Failed to open stream: %s in %s on line %d
63 Warning: copy(../bad/.): Failed to open stream: %s in %s on line %d
68 Warning: copy(../bad/./bad.txt): Failed to open stream: %s in %s on line %d
[all …]
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt56 string(%d) "%s"
66 Open [%s,PHPSESSID]
67 Read [%s,%s]
76 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
77 Close [%s,PHPSESSID]
87 Open [%s,PHPSESSID]
88 Read [%s,%s]
99 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;Bar|s:3:"Foo";]
102 Open [%s,PHPSESSID]
103 Read [%s,%s]
[all …]
H A Dsession_set_save_handler_variation6.phpt63 Open [%s,PHPSESSID]
64 CreateID [PHPT-%s]
65 Read [%s,%s]
74 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
85 Open [%s,PHPSESSID]
86 Read [%s,%s]
95 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;Bar|s:3:"Foo";]
98 Open [%s,PHPSESSID]
99 Read [%s,%s]
110 Update [%s,PHPT-%d]
[all …]
/PHP-8.1/Zend/tests/
H A Dand_001.phpt6 $s = "123";
9 var_dump($s & $s1);
11 $s = "test";
14 var_dump($s & $s1);
16 $s = "test long";
19 var_dump($s & $s1);
21 $s = "test";
24 var_dump($s & $s1);
26 $s = "test";
27 $s &= "some long";
[all …]
/PHP-8.1/ext/phar/
H A Dmakestub.php4 $s .= "\nExtract_Phar::go();\n__HALT_COMPILER();";
6 foreach (token_get_all($s) as $token) {
20 $s = $news . ' ?>'; variable
21 $slen = strlen($s) - strlen('index.php') - strlen("000");
22 $s = str_replace('\\', '\\\\', $s); variable
23 $s = str_replace('"', '\\"', $s); variable
24 $s = str_replace("\n", '\n', $s); variable
26 $webs = substr($s, 0, strpos($s, "000"));
27 $s = substr($s, strlen($webs) + strlen("000")); variable
28 $s1 = substr($s, 0, strpos($s, 'index.php'));
[all …]
/PHP-8.1/ext/date/tests/
H A Dbug27780.phpt92 1081180800 [2004-04-06 00:00:00 %s] [2004-04-07 00:00:00 -1 day]
93 1081267200 [2004-04-07 00:00:00 %s] [2004-04-07 00:00:00]
94 1081270800 [2004-04-07 01:00:00 %s] [2004-04-07 00:00:00 +1 hour]
95 1081274400 [2004-04-07 02:00:00 %s] [2004-04-07 00:00:00 +2 hour]
96 1081353600 [2004-04-08 00:00:00 %s] [2004-04-07 00:00:00 +1 day]
97 1081353600 [2004-04-08 00:00:00 %s] [2004-04-07 00:00:00 1 day]
107 1081220400 [2004-04-06 00:00:00 %s] [2004-04-07 00:00:00 -1 day]
108 1081306800 [2004-04-07 00:00:00 %s] [2004-04-07 00:00:00]
109 1081310400 [2004-04-07 01:00:00 %s] [2004-04-07 00:00:00 +1 hour]
111 1081393200 [2004-04-08 00:00:00 %s] [2004-04-07 00:00:00 +1 day]
[all …]
/PHP-8.1/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 … Uncaught TypeError: Cannot assign int to property Exception::$previous of type ?Throwable in %s:%d
12 #0 %s(%d): unserialize('O:9:"Exception"...')
14 thrown in %s on line %d
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
16 …nt":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhost/a.xml";s:17:"__default_headers";i:1…
20 …ght TypeError: Cannot assign int to property SoapClient::$__default_headers of type ?array in %s:%d
22 #0 %s(%d): unserialize('O:12:"MySoapCli...')
24 thrown in %s on line %d
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes_basic.phpt12 string(2) "%s"
13 string(4) "%s"
14 string(6) "%s"
15 string(8) "%s"
16 string(10) "%s"
17 string(12) "%s"
18 string(14) "%s"
19 string(16) "%s"
20 string(18) "%s"
/PHP-8.1/ext/spl/tests/
H A Ddit_001_noglob.phpt16 %s"pathName"%s"SplFileInfo":private]=>
17 %s(%d) ".%c%s"
18 %s"fileName"%s"SplFileInfo":private]=>
19 %s(%d) "%s"
20 %s"subPathName"%s"RecursiveDirectoryIterator":private]=>
21 %s(0) ""
/PHP-8.1/ext/standard/tests/file/
H A Drename_variation13.phpt59 Warning: rename(-1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
64 Warning: rename(1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
68 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
71 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
75 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
78 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
83 Warning: rename( ,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
87 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): No such file or directory in %s on lin…
90 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): No such file or directory in %s on lin…
94 Warning: rename(%s/renameVar13/afile.tmp,php/php): %s directory in %s on line %d
[all …]
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation6.phpt49 Warning: scandir(%s/scandir_var*): Failed to open directory: %s in %s on line %d
51 Warning: scandir(): (errno %d): %s in %s on line %d
54 Warning: scandir(%s/*): Failed to open directory: %s in %s on line %d
56 Warning: scandir(): (errno %d): %s in %s on line %d
61 Warning: scandir(%s/scandir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
63 Warning: scandir(): (errno %d): %s in %s on line %d
66 Warning: scandir(%s/scandir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
68 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-8.1/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 …]
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_variation8.phpt14 '%s %+s %-s
15 %ls %4s %-4s
16 %10.4s %-10.4s %04s %04.4s
17 %\'#2s %\'2s %\'$2s %\'_2s
18 %3$s %4$s %1$s %2$s';
88 Warning: Array to string conversion in %s on line %d
90 Warning: Array to string conversion in %s on line %d
92 Warning: Array to string conversion in %s on line %d
94 Warning: Array to string conversion in %s on line %d
96 Warning: Array to string conversion in %s on line %d
[all …]
/PHP-8.1/ext/standard/
H A Durl.c67 s++; in php_replace_controlchars_ex()
86 const char *p = memchr(s, *chars, e - s); in binary_strcspn()
115 if ((e = memchr(s, ':', length)) && e != s) { in php_url_parse_ex2()
202 if (s + 1 < ue && *s == '/' && *(s + 1) == '/') { /* relative-scheme URL */ in php_url_parse_ex2()
227 if ((p = zend_memrchr(s, '@', (e-s)))) { in php_url_parse_ex2()
228 if ((pp = memchr(s, ':', (p-s)))) { in php_url_parse_ex2()
250 p = zend_memrchr(s, ':', (e-s)); in php_url_parse_ex2()
285 ret->host = zend_string_init(s, (p-s), 0); in php_url_parse_ex2()
297 p = memchr(s, '#', (e - s)); in php_url_parse_ex2()
309 p = memchr(s, '?', (e - s)); in php_url_parse_ex2()
[all …]

Completed in 114 milliseconds

12345678910>>...217