Home
last modified time | relevance | path

Searched refs:s (Results 101 – 125 of 5871) sorted by relevance

12345678910>>...235

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c167 if (s >= 0 && s < jisx0208_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
178 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
296 s = 0; in mbfl_filt_conv_wchar_jis()
333 s = 0; in mbfl_filt_conv_wchar_jis()
335 s = -1; in mbfl_filt_conv_wchar_jis()
397 int s; in mbfl_filt_conv_wchar_2022jp() local
399 s = 0; in mbfl_filt_conv_wchar_2022jp()
430 s = 0; in mbfl_filt_conv_wchar_2022jp()
432 s = -1; in mbfl_filt_conv_wchar_2022jp()
434 } else if ((s >= 0x80 && s < 0x2121) || (s > 0x8080)) { in mbfl_filt_conv_wchar_2022jp()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbind_misccoltypes.phpt47 oci_execute($s);
119 oci_execute($s);
162 oci_execute($s);
189 oci_execute($s);
199 oci_execute($s);
209 oci_execute($s);
218 oci_execute($s);
228 oci_execute($s);
237 oci_execute($s);
246 oci_execute($s);
[all …]
H A Dreflection2.phpt30 Method [ <internal%s> public method load ] {
36 Method [ <internal%s> public method tell ] {
49 Method [ <internal%s> public method erase ] {
57 Method [ <internal%s> public method flush ] {
83 Method [ <internal%s> public method read ] {
90 Method [ <internal%s> public method eof ] {
96 Method [ <internal%s> public method seek ] {
104 Method [ <internal%s> public method write ] {
119 Method [ <internal%s> public method size ] {
187 Class [ <internal%s> class OCI-Collection ] {
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_conn_multiple.phpt20 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
30 printf("[004] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
45 …f("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
55 printf("[010] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
70 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
73 …f("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
77 printf("[015] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
82 …f("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
107 …f("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
132 printf("[028] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_execute.phpt23 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[008] Expecting boolean/true, got %s/%s. [%d] %s\n",
79 printf("[016] Expecting boolean/true, got %s/%s. [%d] %s\n",
90 printf("[019] Expecting boolean/true, got %s/%s. [%d] %s\n",
94 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n",
112 printf("[025] Expecting boolean/true, got %s/%s. [%d] %s\n",
116 printf("[026] Expecting boolean/true, got %s/%s. [%d] %s\n",
141 in %s on line %d
[all …]
H A Dmysqli_connect_errno.phpt18 printf("[001] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
21 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
25 printf("[003] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
31 …er should fail using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s, expecti…
35 printf("[005] Expecting integer/any non-zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_real_escape_string_unicode.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);
40 printf("[008] Expecting \\r, got %s\n", $tmp);
43 printf("[009] Expecting %s, got %s\n", "иху\\0аху", $tmp);
48 printf("[010] Expecting %s, got %s\n", $exp, $tmp, var_dump($exp, $tmp));
67 printf("[016] Expecting %s, got %s\n", "竺可桢\\0空调器", $tmp);
72 printf("[017] Expecting %s, got %s\n", $exp, $tmp, var_dump($exp, $tmp));
[all …]
H A Dmysqli_savepoint.phpt24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 … printf("[009] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
54 …printf("[010] Got %s - [%d] %s\n", var_dump($tmp, true), mysqli_errno($link), mysqli_error($link));
57 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dreflection_tools.inc6 printf("\nInspecting class '%s'\n", $class->getName());
7 printf("isInternal: %s\n", ($class->isInternal()) ? 'yes' : 'no');
12 printf("isFinal: %s\n", ($class->isFinal()) ? 'yes' : 'no');
15 printf("Parent Class: '%s'\n", $class->getParentClass());
16 printf("Extension: '%s'\n", $class->getExtensionName());
44 printf("Default property '%s'\n", $name);
50 printf("Static property '%s'\n", $name);
56 printf("Constant '%s' = '%s'\n", $name, $value);
63 printf("\nInspecting property '%s'\n", $prop->getName());
76 printf("\nInspecting method '%s'\n", $method->getName());
[all …]
H A Dmysqli_character_set_name.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 …f("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
31 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
42 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
51 …bugs.mysql.com/bug.php?id=7923, collation %s instead of character set returned, expected string/%s
54 …printf("[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset…
60 …printf("[012] Alias mysqli_character_set_name returned %s/%s, expected %s/%s\n", gettype($charset…
66 printf("[013] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_store_result.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 false, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[009] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
49 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
68 printf("[015] unbuffered '%s'/%s, buffered '%s'/%s\n",
71 printf("[016] unbuffered '%s'/%s, buffered '%s'/%s\n",
[all …]
H A Dmysqli_stmt_data_seek.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);
34 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[009] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[011] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
61 printf("[013] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
69 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
79 printf("[017] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_field_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);
26 printf("[003] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[007] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[009] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
47 printf("[011] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[013] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[017] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
92 in %s on line %d
[all …]
H A Dmysqli_release_savepoint.phpt24 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
50 … printf("[009] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
54 …printf("[010] Got %s - [%d] %s\n", var_dump($tmp, true), mysqli_errno($link), mysqli_error($link));
61 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
64 …printf("[013] Got %s - [%d] %s\n", var_dump($tmp, true), mysqli_errno($link), mysqli_error($link));
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dphpinfo.phpt19 PHP Version => %s
21 System => %s
22 Build Date => %s%a
23 Configure Command => %s
34 PHP Extension Build => API%s
35 Debug Build => %s
36 Thread Safety => %s%A
37 Zend Signal Handling => %s
38 Zend Memory Manager => %s
40 IPv6 Support => %s
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt54 Warning: opendir(%s/opendir_var*): %s in %s on line %d
56 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
59 Warning: opendir(%s/*): %s in %s on line %d
61 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
66 Warning: opendir(%s/opendir_variation6/sub_dir?): %s in %s on line %d
68 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
71 Warning: opendir(%s/opendir_variation6/sub?dir1): %s in %s on line %d
73 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Drename_variation13.phpt73 Warning: rename(1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
77 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
80 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
84 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
87 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
91 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
94 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
101 -- testing '%s' --
103 Warning: rename() %s in %s on line %d
128 Warning: rename(%s/renameVar13/afile.tmp,php/php): %s directory in %s on line %d
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt41 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
63 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
87 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
116 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
146 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
152 printf("[001] %s [%s] %s\n",
181 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
203 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
227 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
256 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
[all …]
/PHP-7.4/ext/sysvshm/tests/
H A D005.phpt12 $s = shm_attach($key, 1024);
17 shm_put_var($s, 2, false);
18 shm_put_var($s, 3, null);
29 var_dump(shm_get_var($s, 0));
30 var_dump(shm_get_var($s, 1));
31 var_dump(shm_get_var($s, 2));
32 var_dump(shm_get_var($s, 3));
34 shm_put_var($s, 3, "test");
35 shm_put_var($s, 3, 1);
36 shm_put_var($s, 3, null);
[all …]
/PHP-7.4/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-7.4/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);
221 if (s->have_date || s->have_period) {
310 s->pos = cursor; s->line++;
344 while (isspace(*s) && s < e) {
[all …]
/PHP-7.4/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-7.4/ext/gmp/tests/
H A Dbug50283.phpt8 printf("Decimal: %s, -36-based: %s\n", gmp_strval($a), gmp_strval($a,-36));
9 printf("Decimal: %s, 36-based: %s\n", gmp_strval($a), gmp_strval($a,36));
10 printf("Decimal: %s, -1-based: %s\n", gmp_strval($a), gmp_strval($a,-1));
11 printf("Decimal: %s, 1-based: %s\n", gmp_strval($a), gmp_strval($a,1));
12 printf("Decimal: %s, -37-based: %s\n", gmp_strval($a), gmp_strval($a,-37));
13 printf("Decimal: %s, 37-based: %s\n", gmp_strval($a), gmp_strval($a,37));
14 printf("Decimal: %s, 62-based: %s\n", gmp_strval($a), gmp_strval($a,62));
15 printf("Decimal: %s, 63-based: %s\n\n", gmp_strval($a), gmp_strval($a,63));
16 printf("Base 32 and 62-based: %s\n", gmp_strval(gmp_init("gh82179fbf5", 32), 62));
22 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s
[all …]
/PHP-7.4/ext/standard/
H A Durl.c73 s++; in php_replace_controlchars_ex()
92 const char *p = memchr(s, *chars, e - s); in binary_strcspn()
122 if ((e = memchr(s, ':', length)) && e != s) { in php_url_parse_ex2()
209 if (s + 1 < ue && *s == '/' && *(s + 1) == '/') { /* relative-scheme URL */ in php_url_parse_ex2()
234 if ((p = zend_memrchr(s, '@', (e-s)))) { in php_url_parse_ex2()
235 if ((pp = memchr(s, ':', (p-s)))) { in php_url_parse_ex2()
257 p = zend_memrchr(s, ':', (e-s)); in php_url_parse_ex2()
292 ret->host = zend_string_init(s, (p-s), 0); in php_url_parse_ex2()
304 p = memchr(s, '#', (e - s)); in php_url_parse_ex2()
314 p = memchr(s, '?', (e - s)); in php_url_parse_ex2()
[all …]
/PHP-7.4/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"

Completed in 81 milliseconds

12345678910>>...235