Home
last modified time | relevance | path

Searched refs:s2 (Results 26 – 50 of 106) sorted by path

12345

/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c82 ZEND_ARG_INFO(0, s2)
H A Dspoofchecker_main.c62 char *s1, *s2; in PHP_METHOD() local
68 &s2, &s2_len, &error_code)) { in PHP_METHOD()
76 …ret = uspoof_areConfusableUTF8(co->uspoof, s1, (int32_t)s1_len, s2, (int32_t)s2_len, SPOOFCHECKER_… in PHP_METHOD()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp932.c111 s2 = c2; \
114 s2--; \
116 s2 += 0x20; \
118 s2 += 0x7e; \
132 s2 = c2; \
135 s2++; \
137 s2 -= 0x20; \
140 s2 -= 0x7e; \
239 s2 = 0; in mbfl_filt_conv_wchar_cp932()
253 s2 = 1; in mbfl_filt_conv_wchar_cp932()
[all …]
H A Dmbfilter_iso2022_jp_ms.c297 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_2022jpms() local
300 s2 = 0; in mbfl_filt_conv_wchar_2022jpms()
319 s2 = 1; in mbfl_filt_conv_wchar_2022jpms()
345 if ((s1 <= 0) || (s1 >= 0xa1a1 && s2 == 0)) { /* not found or X 0212 */ in mbfl_filt_conv_wchar_2022jpms()
H A Dmbfilter_iso2022jp_mobile.c102 s2 = c2; \
105 s2--; \
107 s2 += 0x20; \
109 s2 += 0x7e; \
123 s2 = c2; \
126 s2++; \
128 s2 -= 0x20; \
131 s2 -= 0x7e; \
139 s2 = 1
327 s2 = 0; in mbfl_filt_conv_wchar_2022jp_mobile()
[all …]
H A Dmbfilter_sjis.c114 s2 = c2; \
117 s2--; \
119 s2 += 0x20; \
121 s2 += 0x7e; \
135 s2 = c2; \
136 if (s2 < 0x9f) { \
138 s2++; \
140 s2 -= 0x20; \
143 s2 -= 0x7e; \
154 int c1, s1, s2, w; in mbfl_filt_conv_sjis_wchar() local
[all …]
H A Dmbfilter_sjis_2004.c96 s2 = c2; \
99 s2--; \
101 s2 += 0x20; \
103 s2 += 0x7e; \
117 s2 = c2; \
120 s2++; \
122 s2 -= 0x20; \
218 s2 = c; in mbfl_filt_conv_jis2004_wchar()
327 s2 = c2 - 0x21; in mbfl_filt_conv_jis2004_wchar()
330 (s1 >= 77 && s1 < 94)) && s2 >= 0 && s2 < 94) { in mbfl_filt_conv_jis2004_wchar()
[all …]
H A Dmbfilter_sjis_mac.c100 s2--; \
121 s2++; \
229 s2 = 0; in mbfl_filt_conv_sjis_mac_wchar()
243 w = s2; in mbfl_filt_conv_sjis_mac_wchar()
288 s2 = 0; in mbfl_filt_conv_wchar_sjis_mac()
303 s2 = 0; in mbfl_filt_conv_wchar_sjis_mac()
313 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac()
323 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac()
346 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac()
418 s2 = 1; in mbfl_filt_conv_wchar_sjis_mac()
[all …]
H A Dmbfilter_sjis_mobile.c213 s2 = c2; \
216 s2--; \
218 s2 += 0x20; \
220 s2 += 0x7e; \
234 s2 = c2; \
237 s2++; \
239 s2 -= 0x20; \
250 s2 = 1
796 s2 = 0; in mbfl_filt_conv_wchar_sjis_mobile()
810 s2 = 1; in mbfl_filt_conv_wchar_sjis_mobile()
[all …]
H A Dmbfilter_sjis_open.c111 s2 = c2; \
114 s2--; \
116 s2 += 0x20; \
118 s2 += 0x7e; \
132 s2 = c2; \
135 s2++; \
137 s2 -= 0x20; \
140 s2 -= 0x7e; \
238 s2 = 0; in mbfl_filt_conv_wchar_sjis_open()
252 s2 = 1; in mbfl_filt_conv_wchar_sjis_open()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c187 const char *s1, *s2; in _php_mb_encoding_handler_ex() local
210 for (s2=info->separator; *s2 != '\0'; s2++) { in _php_mb_encoding_handler_ex()
211 if (*s1 == *s2) { in _php_mb_encoding_handler_ex()
H A Dmbstring.c1205 char *s, *s2; in php_mb_rfc1867_basename() local
1214 s2 = php_mb_safe_strrchr_ex(filename, '/', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
1216 if (s && s2) { in php_mb_rfc1867_basename()
1217 if (s > s2) { in php_mb_rfc1867_basename()
1220 return ++s2; in php_mb_rfc1867_basename()
1224 } else if (s2) { in php_mb_rfc1867_basename()
1225 return ++s2; in php_mb_rfc1867_basename()
/PHP-7.4/ext/mbstring/tests/
H A Dcommon.inc9 's2' => 'English Text'
15 public $s2 = 'English Text';
H A Dmb_convert_variables.phpt46 $s2 = $euc_jp;
50 print("$s1$s2$s3\n"); // Converted to EUC-JP
57 $a = array($s3, $s2, $s1);
63 $a = array($s1, $s2, $s3);
76 public $s2;
84 $this->s2 = $euc_jp;
92 public $s2;
100 $this->s2 = $euc_jp;
110 print("{$oo->s1}{$oo->s2}{$oo->s3}\n"); // Converted to EUC-JP
123 $s2 = $euc_jp;
[all …]
H A Dsimpletest.phpt15 $s2 = "����ʸ����Ϣ�뤵��Ƥ���Ϥ���";
18 echo "echo: ".$s1.$s2."\n";
19 print("print: ".$s1.$s2."\n");
20 printf("printf: %s%s\n",$s1, $s2);
21 echo sprintf("sprintf: %s%s\n",$s1, $s2);
24 $s3 = $s1.$s2."\n";
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c143 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_MALLOC_AMOUNT:STAT_MEM_EMALLOC_AMOUNT; in _mysqlnd_pemalloc()
145 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pemalloc()
219 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_CALLOC_AMOUNT:STAT_MEM_ECALLOC_AMOUNT; in _mysqlnd_pecalloc()
221 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pecalloc()
299 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_REALLOC_AMOUNT:STAT_MEM_EREALLOC_AMOUNT; in _mysqlnd_perealloc()
301 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, new_size); in _mysqlnd_perealloc()
H A Dmysqlnd_auth.c538 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt() argument
542 *buffer++= *s1++ ^ *s2++; in php_mysqlnd_crypt()
/PHP-7.4/ext/oci8/tests/
H A Dbug35973.phpt16 $s2 = oci_parse($c, "create table test_nclob (nc NCLOB)");
17 oci_execute($s2);
H A Dbug37581.phpt28 $s2 = oci_parse($c, $p2);
30 oci_execute($s2);
H A Dbug38173.phpt19 $s2 = oci_parse($c, $drop_2);
21 @oci_execute($s2);
24 $s2 = oci_parse($c, $create_2);
26 oci_execute($s2);
59 $s2 = oci_parse($c, $drop_2);
61 @oci_execute($s2);
H A Dbug40415.phpt21 $s2 = oci_parse($c, $drop_2);
23 @oci_execute($s2);
26 $s2 = oci_parse($c, $create_2);
28 oci_execute($s2);
91 $s2 = oci_parse($c, $drop_2);
93 @oci_execute($s2);
H A Dbug51291_1.phpt73 $s2 = oci_parse($c, 'select 1 from dual');
74 $r = oci_execute($s2, OCI_DEFAULT);
82 var_dump(oci_error(), oci_error($c), oci_error($s), oci_error($s2));
111 $s2 = oci_parse($c, 'select reallynothere from dual');
112 $r = oci_execute($s2, OCI_DEFAULT);
120 var_dump(oci_error(), oci_error($c), oci_error($s), oci_error($s2));
H A Dconn_attr.inc56 $s2 = oci_parse($conn,$sel_stmt);
57 oci_execute($s2,OCI_DEFAULT);
58 while (oci_fetch($s2)) {
59 echo "The value of ".$attr ." is ".oci_result($s2,1)."\n";
120 $s2 = oci_parse($conn,$sel_stmt);
121 oci_execute($s2,OCI_DEFAULT);
122 while (oci_fetch($s2)) {
131 $s2 = oci_parse($conn,$sel_stmt);
132 oci_execute($s2,OCI_DEFAULT);
133 while (oci_fetch($s2)) {
[all …]
H A Dconnect_scope1.phpt41 $s2 = f();
51 oci_execute($s2);
H A Dconnect_scope2.phpt41 $s2 = f();
51 oci_execute($s2);

Completed in 66 milliseconds

12345