/PHP-7.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_sjis.c | 114 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 D | mbfilter_cp932.c | 111 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 D | mbfilter_sjis_open.c | 111 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 …]
|
H A D | mbfilter_sjis_mac.c | 100 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() 420 s2 = 1; in mbfl_filt_conv_wchar_sjis_mac() [all …]
|
H A D | mbfilter_sjis_2004.c | 98 s2 = c2; \ 101 s2--; \ 103 s2 += 0x20; \ 105 s2 += 0x7e; \ 119 s2 = c2; \ 122 s2++; \ 124 s2 -= 0x20; \ 220 s2 = c; in mbfl_filt_conv_jis2004_wchar() 329 s2 = c2 - 0x21; in mbfl_filt_conv_jis2004_wchar() 332 (s1 >= 77 && s1 < 94)) && s2 >= 0 && s2 < 94) { in mbfl_filt_conv_jis2004_wchar() [all …]
|
H A D | mbfilter_iso2022jp_mobile.c | 102 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 D | mbfilter_sjis_mobile.c | 213 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 …]
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_source_zip_new.c | 45 zip_source_t *src, *s2; in _zip_source_zip_new() local 140 if (s2 == NULL) { in _zip_source_zip_new() 143 src = s2; in _zip_source_zip_new() 146 s2 = comp_impl(za, src, st.comp_method, 0); in _zip_source_zip_new() 148 if (s2 == NULL) { in _zip_source_zip_new() 151 src = s2; in _zip_source_zip_new() 155 s2 = zip_source_crc(za, src, 1); in _zip_source_zip_new() 157 if (s2 == NULL) { in _zip_source_zip_new() 160 src = s2; in _zip_source_zip_new() 166 if (s2 == NULL) { in _zip_source_zip_new() [all …]
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | simpletest.phpt | 15 $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";
|
H A D | mb_convert_variables.phpt | 46 $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 …]
|
/PHP-7.3/ext/oci8/tests/ |
H A D | drcp_functions.inc | 41 $s2 = oci_parse($conn,$sel_stmt); 42 oci_execute($s2,OCI_DEFAULT); 43 while(oci_fetch($s2)) { 44 echo "The value of DEPT for id 105 is ".oci_result($s2,1)."\n"; 51 $s2 = oci_parse($conn, $sel_stmt); 52 oci_define_by_name($s2,'f1',$ret_num); 53 oci_execute($s2); 54 while(oci_fetch($s2)) { 55 echo " The value of the package variable is ".oci_result($s2,1)."\n"; 89 $s2 = oci_parse($c, $package_body); [all …]
|
H A D | imp_res_insert.phpt | 58 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1"); 59 oci_execute($s2, OCI_NO_AUTO_COMMIT); 60 oci_fetch_all($s2, $res); 69 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1"); 70 oci_execute($s2, OCI_NO_AUTO_COMMIT); 71 oci_fetch_all($s2, $res); 80 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1"); 81 oci_execute($s2, OCI_NO_AUTO_COMMIT); 82 oci_fetch_all($s2, $res); 91 oci_execute($s2, OCI_NO_AUTO_COMMIT); [all …]
|
H A D | pecl_bug8816.phpt | 19 $s2 = oci_parse($c, $drop_2); 21 @oci_execute($s2); 24 $s2 = oci_parse($c, $create_2); 26 oci_execute($s2); 63 $s2 = oci_parse($c, $drop_2); 65 @oci_execute($s2);
|
H A D | bug38173.phpt | 19 $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 D | conn_attr.inc | 56 $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 D | imp_res_get_4.phpt | 69 $s2 = oci_get_implicit_resultset($s); 72 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 76 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 80 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 88 $s2 = oci_get_implicit_resultset($s); 91 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 95 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 99 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 103 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 107 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS);
|
/PHP-7.3/ext/reflection/tests/ |
H A D | bug79062.phpt | 13 private $s2 = <<<'STRING' 24 $s2 = $ref->getProperty('s2'); 25 var_dump($s2->getDocComment()); 28 var_dump($s2->getDocComment());
|
/PHP-7.3/Zend/ |
H A D | zend_config.w32.h | 51 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument 52 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
|
/PHP-7.3/ext/standard/ |
H A D | lcg.c | 63 MODMULT(52774, 40692, 3791, 2147483399L, LCG(s2)); in php_combined_lcg() 65 z = LCG(s1) - LCG(s2); in php_combined_lcg() 84 LCG(s2) = (zend_long) tsrm_thread_id(); in lcg_seed() 86 LCG(s2) = (zend_long) getpid(); in lcg_seed() 91 LCG(s2) ^= (tv.tv_usec<<11); in lcg_seed()
|
/PHP-7.3/ext/phar/ |
H A D | makestub.php | 29 $s2 = substr($s, strlen($s1) + strlen('index.php')); variable 30 $s2 = substr($s2, 0, strpos($s2, 'XXXX')); variable 31 $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php')); 84 $stub .= "\tstatic const char newstub2[] = \"" . $s2 . "\";
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | fclose_variation1.phpt | 7 $s2 = $s; 8 separate_zval($s2); 10 echo fread($s2, strlen("<?php"));
|
/PHP-7.3/Zend/tests/ |
H A D | self_mod.phpt | 8 $s2 = "45345some"; 16 $s2 %= 33; 17 var_dump($s2);
|
H A D | shift_001.phpt | 8 $s2 = "45345some"; 16 $s2 <<= 3; 17 var_dump($s2);
|
H A D | shift_002.phpt | 8 $s2 = "45345some"; 16 $s2 >>= 3; 17 var_dump($s2);
|
/PHP-7.3/ext/spl/tests/ |
H A D | bug45826.phpt | 15 $s2 = $o->serialize(); 17 var_dump($s2); 25 $o2->unserialize($s2); 32 unset($o,$x,$s1,$s2,$o1,$o2); 53 $s2 = $o->serialize(); 55 var_dump($s2); 63 $o2->unserialize($s2);
|