Home
last modified time | relevance | path

Searched refs:s (Results 51 – 75 of 5103) sorted by relevance

12345678910>>...205

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_koi8r.c86 int s; in mbfl_filt_conv_koi8r_wchar() local
89 s = c; in mbfl_filt_conv_koi8r_wchar()
92 if (s <= 0) { in mbfl_filt_conv_koi8r_wchar()
93 s = c; in mbfl_filt_conv_koi8r_wchar()
94 s &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_koi8r_wchar()
98 s = c; in mbfl_filt_conv_koi8r_wchar()
99 s &= MBFL_WCSGROUP_MASK; in mbfl_filt_conv_koi8r_wchar()
114 int s, n; in mbfl_filt_conv_wchar_koi8r() local
117 s = c; in mbfl_filt_conv_wchar_koi8r()
119 s = -1; in mbfl_filt_conv_wchar_koi8r()
[all …]
H A Dmbfilter_koi8u.c83 int s; in mbfl_filt_conv_koi8u_wchar() local
86 s = c; in mbfl_filt_conv_koi8u_wchar()
89 if (s <= 0) { in mbfl_filt_conv_koi8u_wchar()
90 s = c; in mbfl_filt_conv_koi8u_wchar()
91 s &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_koi8u_wchar()
95 s = c; in mbfl_filt_conv_koi8u_wchar()
96 s &= MBFL_WCSGROUP_MASK; in mbfl_filt_conv_koi8u_wchar()
111 int s, n; in mbfl_filt_conv_wchar_koi8u() local
114 s = c; in mbfl_filt_conv_wchar_koi8u()
116 s = -1; in mbfl_filt_conv_wchar_koi8u()
[all …]
H A Dmbfilter_cp1251.c86 int s; in mbfl_filt_conv_cp1251_wchar() local
89 s = c; in mbfl_filt_conv_cp1251_wchar()
92 if (s <= 0) { in mbfl_filt_conv_cp1251_wchar()
93 s = c; in mbfl_filt_conv_cp1251_wchar()
94 s &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_cp1251_wchar()
98 s = c; in mbfl_filt_conv_cp1251_wchar()
99 s &= MBFL_WCSGROUP_MASK; in mbfl_filt_conv_cp1251_wchar()
114 int s, n; in mbfl_filt_conv_wchar_cp1251() local
117 s = c; in mbfl_filt_conv_wchar_cp1251()
119 s = -1; in mbfl_filt_conv_wchar_cp1251()
[all …]
H A Dmbfilter_cp1254.c86 int s, n; in mbfl_filt_conv_wchar_cp1254() local
89 s = c; in mbfl_filt_conv_wchar_cp1254()
91 s = -1; in mbfl_filt_conv_wchar_cp1254()
105 if (s >= 0) { in mbfl_filt_conv_wchar_cp1254()
120 int s; in mbfl_filt_conv_cp1254_wchar() local
123 s = c; in mbfl_filt_conv_cp1254_wchar()
126 if (s <= 0) { in mbfl_filt_conv_cp1254_wchar()
127 s = c; in mbfl_filt_conv_cp1254_wchar()
128 s &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_cp1254_wchar()
132 s = c; in mbfl_filt_conv_cp1254_wchar()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug70668.phpt7 $s = &$arr[0];
8 var_dump(array_keys($arr, $s, true));
10 $s = &$arr[1];
11 var_dump(array_keys($arr, $s, true));
13 $s = &$arr[2];
14 var_dump(array_keys($arr, $s, true));
16 $s = &$arr[3];
19 $s = &$arr[4];
22 $s = &$arr[5];
25 $s = &$arr[6];
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h81 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument
82 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument
83 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument
84 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument
85 #define mysql_stmt_close(s) mysqlnd_stmt_close((s), 0) argument
88 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument
89 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument
90 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument
92 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument
93 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbind_sqltint.phpt41 oci_execute($s);
50 oci_execute($s);
59 oci_execute($s);
68 oci_execute($s);
77 oci_execute($s);
86 oci_execute($s);
95 oci_execute($s);
104 oci_execute($s);
113 oci_execute($s);
122 oci_execute($s);
[all …]
H A Dbind_sqltnum_11g.phpt58 oci_execute($s);
82 oci_execute($s);
89 oci_execute($s);
98 oci_execute($s);
107 oci_execute($s);
116 oci_execute($s);
125 oci_execute($s);
134 oci_execute($s);
143 oci_execute($s);
192 Warning: oci_execute(): ORA-12899: %s (%s: 40, %s: 10) in %sbind_sqltnum_11g.php on line %d
[all …]
H A Dbind_sqltnum.phpt58 oci_execute($s);
82 oci_execute($s);
89 oci_execute($s);
98 oci_execute($s);
107 oci_execute($s);
116 oci_execute($s);
125 oci_execute($s);
134 oci_execute($s);
143 oci_execute($s);
192 Warning: oci_execute(): ORA-12899: %s (%s: 40, %s: 10) in %sbind_sqltnum.php on line %d
[all …]
H A Dbind_misccoltypes_errs.phpt41 oci_execute($s);
54 oci_execute($s);
64 oci_execute($s);
73 oci_execute($s);
80 oci_execute($s);
87 oci_execute($s);
94 oci_execute($s);
103 oci_execute($s);
142 Warning: oci_execute(): ORA-12899: %r(%s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."CHAR_T" \(%s: 2, %s: 1\…
146 Warning: oci_execute(): ORA-12899: %r(%s "%s"."BIND_MISCCOLTYPES_ERRS_TAB"."VARCHAR2_T10" \(%s: 11,…
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_basic.phpt67 string(%d) "%s"
77 Open [%s,PHPSESSID]
78 Read [%s,%s]
87 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
98 Open [%s,PHPSESSID]
99 Read [%s,%s]
108 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;Bar|s:3:"Foo";]
112 Read [%s,%s]
114 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;Bar|s:3:"Foo";]
118 Read [%s,%s]
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_change_user.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 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 …f("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
39 …f("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
47 …("[009a] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
79 …f("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
89 …f("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
[all …]
H A Dmysqli_stmt_get_result_metadata.phpt97 printf("[015 - %d] Expecting name %s/%s got %s/%s\n",
101 printf("[016 - %d] Expecting orgname %s/%s got %s/%s\n",
105 printf("[017 - %d] Expecting table %s/%s got %s/%s\n",
109 printf("[018 - %d] Expecting orgtable %s/%s got %s/%s\n",
113 printf("[019 - %d] Expecting def %s/%s got %s/%s\n",
121 printf("[021 - %d] Expecting length %s/%s got %s/%s\n",
129 printf("[023 - %d] Expecting flags %s/%s got %s/%s\n",
133 printf("[024 - %d] Expecting type %s/%s got %s/%s\n",
137 printf("[025 - %d] Expecting decimals %s/%s got %s/%s\n",
178 printf("[031] Expecting %s/%s got %s/%s\n",
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dexceptions_003.phpt6 s
8 s
13 [Successful compilation of %s]
14 prompt> [Breakpoint #0 added at %s:5]
15 prompt> [Breakpoint #0 at %s:5, hits: 1]
19 prompt> [L0 %s HANDLE_EXCEPTION …
23 prompt> [L7 %s ECHO<1> "ok\n" …
28 [L7 %s FAST_RET ~%d try-catch(0) %s]
29 [L9 %s CATCH<%d> "Error" $e %s]
33 prompt> [L10 %s ECHO<1> "caught\n" …
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dglob_variation.phpt113 string(%d) "%s"
115 string(%d) "%s"
117 string(%d) "%s"
163 string(%d) "%s"
165 string(%d) "%s"
167 string(%d) "%s"
209 string(%d) "%s"
211 string(%d) "%s"
283 string(%d) "%s"
285 string(%d) "%s"
[all …]
/PHP-7.4/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt38 Using password: string(44) "%s"
39 Hash: string(96) "$argon2i$v=19$m=65536,t=4,p=1$%s$%s"
42 Using password: string(44) "%s"
43 Hash: string(96) "$argon2i$v=19$m=65536,t=8,p=1$%s$%s"
47 Hash: string(97) "$argon2i$v=19$m=65536,t=16,p=1$%s$%s"
51 Hash: string(97) "$argon2i$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(97) "$argon2i$v=19$m=131072,t=8,p=1$%s$%s"
59 Hash: string(98) "$argon2i$v=19$m=131072,t=16,p=1$%s$%s"
63 Hash: string(97) "$argon2i$v=19$m=262144,t=4,p=1$%s$%s"
67 Hash: string(97) "$argon2i$v=19$m=262144,t=8,p=1$%s$%s"
[all …]
H A Dphp_password_hash_argon2id.phpt38 Using password: string(44) "%s"
39 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
42 Using password: string(44) "%s"
43 Hash: string(97) "$argon2id$v=19$m=65536,t=8,p=1$%s$%s"
47 Hash: string(98) "$argon2id$v=19$m=65536,t=16,p=1$%s$%s"
51 Hash: string(98) "$argon2id$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(98) "$argon2id$v=19$m=131072,t=8,p=1$%s$%s"
59 Hash: string(99) "$argon2id$v=19$m=131072,t=16,p=1$%s$%s"
63 Hash: string(98) "$argon2id$v=19$m=262144,t=4,p=1$%s$%s"
67 Hash: string(98) "$argon2id$v=19$m=262144,t=8,p=1$%s$%s"
[all …]
/PHP-7.4/tests/security/
H A Dopen_basedir_realpath.phpt29 …th(): open_basedir restriction in effect. File(%s\test\bad) is not within the allowed path(s): (.)…
32 …: open_basedir restriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s):…
35 …path(): open_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) i…
38 …path(): open_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) i…
41 …alpath(): open_basedir restriction in effect. File(%s\) is not within the allowed path(s): (.) in …
44 …th(): open_basedir restriction in effect. File(%s\test\bad) is not within the allowed path(s): (.)…
47 …: open_basedir restriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s):…
50 …: open_basedir restriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s):…
53 …path(): open_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) i…
55 string(%d) "%s\test\ok"
[all …]
H A Dopen_basedir_dir.phpt33 Warning: dir(../bad): failed to open dir: %s in %s on line %d
38 Warning: dir(../bad/bad.txt): failed to open dir: %s in %s on line %d
43 Warning: dir(..): failed to open dir: %s in %s on line %d
48 Warning: dir(../): failed to open dir: %s in %s on line %d
53 Warning: dir(/): failed to open dir: %s in %s on line %d
58 Warning: dir(../bad/.): failed to open dir: %s in %s on line %d
61 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
63 Warning: dir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
68 Warning: dir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
72 string(%d) "%s/test/ok/"
[all …]
H A Dopen_basedir_opendir.phpt32 Warning: opendir(../bad): failed to open dir: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): failed to open dir: %s in %s on line %d
40 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
57 Warning: opendir(../bad/.): failed to open dir: %s in %s on line %d
60 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
62 Warning: opendir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
65 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
[all …]
/PHP-7.4/Zend/
H A Dzend_string.h59 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument
101 return ZSTR_H(s) ? ZSTR_H(s) : zend_string_hash_func(s);
106 ZSTR_H(s) = 0; in zend_string_forget_hash_val()
170 return s; in zend_string_copy()
176 return s; in zend_string_dup()
216 memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), ZSTR_LEN(s) + 1); in zend_string_extend()
268 pefree(s, GC_FLAGS(s) & IS_STR_PERSISTENT); in zend_string_free()
277 efree(s); in zend_string_efree()
284 pefree(s, GC_FLAGS(s) & IS_STR_PERSISTENT); in zend_string_release()
295 free(s); in zend_string_release_ex()
[all …]
/PHP-7.4/Zend/tests/
H A Dxor_002.phpt6 $s = "123";
8 var_dump(bin2hex($s ^ $s1));
10 $s = "1235";
12 var_dump(bin2hex($s ^ $s1));
14 $s = "some";
16 var_dump(bin2hex($s ^ $s1));
18 $s = "some long";
22 $s = "some";
26 $s = "some";
27 $s ^= "test long";
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation4.phpt20 '\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f',
21 '\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height',
49 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
51 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
52 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
53 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
54 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
56 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
57 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
58 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_date.re120 #define DEBUG_OUTPUT(s) printf("%s\n", s);
306 memcpy(s->bot, s->tok, s->lim - s->tok);
315 memcpy(buf, s->tok, s->lim - s->tok);
317 s->ptr = &buf[s->ptr - s->bot];
319 s->pos = &buf[s->pos - s->bot];
320 s->lim = &buf[s->lim - s->bot];
440 memcpy(tmp, s->tok, s->cur - s->tok);
1087 s->time->h = s->time->i = s->time->s = 0;
1114 s->time->h = s->time->i = s->time->s = 0;
1640 s->time->relative.s = 0 - s->time->relative.s;
[all …]
/PHP-7.4/ext/spl/tests/
H A Ddit_001.phpt17 %s"pathName"%s"SplFileInfo":private]=>
18 %s(%d) ".%c%s"
19 %s"fileName"%s"SplFileInfo":private]=>
20 %s(%d) "%s"
21 %s"glob"%s"DirectoryIterator":private]=>
23 %s"subPathName"%s"RecursiveDirectoryIterator":private]=>
24 %s(0) ""

Completed in 81 milliseconds

12345678910>>...205