/PHP-8.2/ext/oci8/tests/ |
H A D | imp_res_7.phpt | 27 c1 sys_refcursor; 30 dbms_sql.return_result(c1); 32 dbms_sql.return_result(c1); 34 dbms_sql.return_result(c1); 36 dbms_sql.return_result(c1); 38 dbms_sql.return_result(c1); 40 dbms_sql.return_result(c1); 42 dbms_sql.return_result(c1); 44 dbms_sql.return_result(c1); 46 dbms_sql.return_result(c1); [all …]
|
H A D | bug40078.phpt | 18 PROCEDURE nullbind(c1 OUT ARRTYPE); 25 PROCEDURE nullbind(c1 OUT ARRTYPE) IS 27 c1(1) := 'one'; 28 c1(2) := 'two'; 29 c1(3) := ''; 30 c1(4) := 'four'; 31 c1(5) := 'five'; 37 $statement = oci_parse($c, "BEGIN bug40078_pkg.nullbind(:c1); END;"); 39 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
|
H A D | imp_res_2.phpt | 27 c1 sys_refcursor; 29 open c1 for select * from dual where 1 = 0; 30 dbms_sql.return_result(c1); 34 c1 sys_refcursor; 36 open c1 for select * from dual; 37 dbms_sql.return_result(c1); 39 dbms_sql.return_result(c1); 43 c1 sys_refcursor; 46 dbms_sql.return_result(c1); 47 open c1 for select * from dual; [all …]
|
H A D | bug74625.phpt | 15 PROCEDURE iobind(c1 IN OUT ARRTYPE); 18 PROCEDURE iobind(c1 IN OUT ARRTYPE) IS 21 c1(i) := c1(i) * 2; 29 $statement = oci_parse($c, "BEGIN pkg74625.iobind(:c1); END;"); 33 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
|
H A D | connect_scope1.phpt | 14 "create table connect_scope1_tab (c1 number)", 18 $c1 = oci_new_connect($user,$password,$dbase); 20 $c1 = oci_new_connect($user,$password); 22 oci8_test_sql_execute($c1, $stmtarray); 45 $s1 = oci_parse($c1, "select * from connect_scope1_tab"); 55 $s1 = oci_parse($c1, "select * from connect_scope1_tab"); 66 oci8_test_sql_execute($c1, $stmtarray);
|
H A D | connect_scope2.phpt | 14 "create table connect_scope2_tab (c1 number)", 18 $c1 = oci_new_connect($user,$password,$dbase); 20 $c1 = oci_new_connect($user,$password); 22 oci8_test_sql_execute($c1, $stmtarray); 45 $s1 = oci_parse($c1, "select * from connect_scope2_tab"); 55 $s1 = oci_parse($c1, "select * from connect_scope2_tab"); 66 oci8_test_sql_execute($c1, $stmtarray);
|
H A D | imp_res_get_close_3.phpt | 27 c1 sys_refcursor; 29 open c1 for select 1 from dual union all select 2 from dual; 30 dbms_sql.return_result(c1); 31 open c1 for select 3 from dual union all select 4 from dual; 32 dbms_sql.return_result(c1); 33 open c1 for select 5 from dual union all select 6 from dual; 34 dbms_sql.return_result(c1);
|
H A D | imp_res_cursor.phpt | 27 "create table imp_res_cursor_tab_1 (c1 number, c2 varchar2(10))", 39 c1 sys_refcursor; 41 open c1 for select * from dual; 42 dbms_sql.return_result (c1); 44 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual; 45 dbms_sql.return_result(c1); 47 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1; 48 dbms_sql.return_result(c1);
|
H A D | imp_res_get_cursor.phpt | 27 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))", 39 c1 sys_refcursor; 41 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua… 42 dbms_sql.return_result(c1); 44 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1; 45 dbms_sql.return_result(c1); 47 open c1 for select * from dual; 48 dbms_sql.return_result (c1);
|
H A D | imp_res_get_close_1.phpt | 27 c1 sys_refcursor; 29 open c1 for select 1 from dual union all select 2 from dual; 30 dbms_sql.return_result(c1); 31 open c1 for select 3 from dual union all select 4 from dual; 32 dbms_sql.return_result(c1); 33 open c1 for select 5 from dual union all select 6 from dual; 34 dbms_sql.return_result(c1);
|
H A D | imp_res_get_close_2.phpt | 27 c1 sys_refcursor; 29 open c1 for select 1 from dual union all select 2 from dual; 30 dbms_sql.return_result(c1); 31 open c1 for select 3 from dual union all select 4 from dual; 32 dbms_sql.return_result(c1); 33 open c1 for select 5 from dual union all select 6 from dual; 34 dbms_sql.return_result(c1);
|
/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_gb18030.c | 145 …} else if (((c1 >= 0xaa && c1 <= 0xaf) || (c1 >= 0xf8 && c1 <= 0xfe)) && (c >= 0xa1 && c <= 0xfe))… in mbfl_filt_conv_gb18030_wchar() 147 w = 94*(c1 >= 0xf8 ? c1 - 0xf2 : c1 - 0xaa) + (c - 0xa1) + 0xe000; in mbfl_filt_conv_gb18030_wchar() 189 …if (((c1 >= 0x81 && c1 <= 0x84) || (c1 >= 0x90 && c1 <= 0xe3)) && c2 >= 0x30 && c2 <= 0x39 && c >=… in mbfl_filt_conv_gb18030_wchar() 203 if (c1 >= 0x90 && c1 <= 0xe3) { in mbfl_filt_conv_gb18030_wchar() 316 s |= (c1 < 0x06 ? c1 + 0xaa : c1 + 0xf2) << 8; in mbfl_filt_conv_wchar_gb18030() 321 s |= c1 + (c1 >= 0x3f ? 0x41 : 0x40); in mbfl_filt_conv_wchar_gb18030() 348 c1 /= 10; in mbfl_filt_conv_wchar_gb18030() 359 c1 /= 10; in mbfl_filt_conv_wchar_gb18030() 363 c1 /= 10; in mbfl_filt_conv_wchar_gb18030() 542 s |= (c1 + (c1 < 0x06 ? 0xAA : 0xF2)) << 8; in mb_wchar_to_gb18030() [all …]
|
H A D | mbfilter_cp936.c | 121 if (((c1 >= 0xaa && c1 <= 0xaf) || (c1 >= 0xf8 && c1 <= 0xfe)) && in mbfl_filt_conv_cp936_wchar() 124 w = 94*(c1 >= 0xf8 ? c1 - 0xf2 : c1 - 0xaa) + (c - 0xa1) + 0xe000; in mbfl_filt_conv_cp936_wchar() 184 int c1, s = 0; in mbfl_filt_conv_wchar_cp936() local 210 s = (c1 % 94) + 0xa1; c1 /= 94; in mbfl_filt_conv_wchar_cp936() 211 s |= (c1 < 0x06 ? c1 + 0xaa : c1 + 0xf2) << 8; in mbfl_filt_conv_wchar_cp936() 214 s = ((c1 / 96) + 0xa1) << 8; c1 %= 96; in mbfl_filt_conv_wchar_cp936() 215 s |= c1 + (c1 >= 0x3f ? 0x41 : 0x40); in mbfl_filt_conv_wchar_cp936() 369 c1 /= 94; in mb_wchar_to_cp936() 370 s |= (c1 < 0x6 ? c1 + 0xAA : c1 + 0xF2) << 8; in mb_wchar_to_cp936() 374 c1 %= 96; in mb_wchar_to_cp936() [all …]
|
H A D | mbfilter_cp932.c | 165 s1 = c1; \ 186 s1 = c1; \ 226 c1 = filter->cache; in mbfl_filt_conv_cp932_wchar() 294 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_cp932() local 310 c1 = s1/94 + 0x7f; in mbfl_filt_conv_wchar_cp932() 334 c1 = 0; in mbfl_filt_conv_wchar_cp932() 338 s1 = ((c1/94 + 0x2d) << 8) + (c1%94 + 0x21); in mbfl_filt_conv_wchar_cp932() 341 c1++; in mbfl_filt_conv_wchar_cp932() 344 c1 = 0; in mbfl_filt_conv_wchar_cp932() 348 s1 = ((c1/94 + 0x93) << 8) + (c1%94 + 0x21); in mbfl_filt_conv_wchar_cp932() [all …]
|
H A D | mbfilter_sjis_mac.c | 102 s1 = c1; \ 111 if ((c1) & 1) { \ 123 s1 = c1; \ 181 c1 = filter->cache; in mbfl_filt_conv_sjis_mac_wchar() 320 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac() 330 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac() 340 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac() 351 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac() 355 s2 = c1; in mbfl_filt_conv_wchar_sjis_mac() 473 c1 = 0; in mbfl_filt_conv_wchar_sjis_mac() [all …]
|
H A D | mbfilter_big5.c | 143 if ((c1 >= 0xfa && c1 <= 0xfe) || (c1 >= 0x8e && c1 <= 0xa0) || in is_in_cp950_pua() 144 (c1 >= 0x81 && c1 <= 0x8d) || (c1 >= 0xc7 && c1 <= 0xc8)) { in is_in_cp950_pua() 146 } else if (c1 == 0xc6) { in is_in_cp950_pua() 154 int k, c1, w; in mbfl_filt_conv_big5_wchar() local 173 c1 = filter->cache; in mbfl_filt_conv_big5_wchar() 189 int c2 = (c1 << 8) | c; in mbfl_filt_conv_big5_wchar() 202 } else if (c1 == 0xA1) { in mbfl_filt_conv_big5_wchar() 303 c1 %= 157; in mbfl_filt_conv_wchar_big5() 304 s |= c1 + (c1 >= 0x3f ? 0x62 : 0x40); in mbfl_filt_conv_wchar_big5() 590 c1 %= 157; in mb_wchar_to_cp950() [all …]
|
H A D | mbfilter_euc_jp_win.c | 100 int c1, s, w, n; in mbfl_filt_conv_eucjpwin_wchar() local 120 c1 = filter->cache; in mbfl_filt_conv_eucjpwin_wchar() 179 if (c1 > 0xa0 && c1 < 0xff && c > 0xa0 && c < 0xff) { in mbfl_filt_conv_eucjpwin_wchar() 242 int c1, c2, s1 = 0; in mbfl_filt_conv_wchar_eucjpwin() local 258 c1 = s1/94 + 0x75; in mbfl_filt_conv_wchar_eucjpwin() 263 c1 = s1/94 + 0xf5; in mbfl_filt_conv_wchar_eucjpwin() 291 c1 = 0; in mbfl_filt_conv_wchar_eucjpwin() 297 s1 = ((c1 / 94 + oh + 0x21) << 8) + (c1 % 94 + 0x21); in mbfl_filt_conv_wchar_eucjpwin() 300 c1++; in mbfl_filt_conv_wchar_eucjpwin() 303 c1 = 0; in mbfl_filt_conv_wchar_eucjpwin() [all …]
|
H A D | mbfilter_iso2022jp_mobile.c | 102 s1 = ((c1 - 1) >> 1) + ((c1) < 0x5F ? 0x71 : 0xB1); \ 104 if ((c1) & 1) { \ 116 if (c1 < 0xa0) { \ 135 c1 = (s1)/94+0x21; \ 192 int c1, s, w, snd = 0; in mbfl_filt_conv_2022jp_mobile_wchar() local 216 c1 = filter->cache; in mbfl_filt_conv_2022jp_mobile_wchar() 333 if (c1 == '#') { in mbfilter_unicode2sjis_emoji_kddi() 420 CODE2JIS(c1,c2,s1,s2); in mbfl_filt_conv_wchar_2022jp_mobile() 429 for (c1 = 0; c1 < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_2022jp_mobile() 431 s1 = (((c1 / 94) + 0x2D) << 8) + (c1 % 94) + 0x21; in mbfl_filt_conv_wchar_2022jp_mobile() [all …]
|
H A D | mbfilter_sjis_mobile.c | 225 s1 = ((c1 - 1) >> 1) + ((c1) < 0x5F ? 0x71 : 0xB1); \ 227 if ((c1) & 1) { \ 239 if (c1 < 0xa0) { \ 391 if (c1 == '#') { in mbfilter_unicode2sjis_emoji_docomo() 448 if (c1 == '#') { in mbfilter_unicode2sjis_emoji_kddi() 520 if (c1 == '#') { in mbfilter_unicode2sjis_emoji_sb() 798 for (c1 = 0; c1 < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_sjis_mobile() 800 s1 = (((c1 / 94) + 0x2D) << 8) + (c1 % 94) + 0x21; in mbfl_filt_conv_wchar_sjis_mobile() 807 for (c1 = 0; c1 < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_sjis_mobile() 809 s1 = (((c1 / 94) + 0x79) << 8) + (c1 % 94) + 0x21; in mbfl_filt_conv_wchar_sjis_mobile() [all …]
|
H A D | mbfilter_cp51932.c | 104 int c1, s, w; in mbfl_filt_conv_cp51932_wchar() local 122 c1 = filter->cache; in mbfl_filt_conv_cp51932_wchar() 125 s = (c1 - 0xa1)*94 + c - 0xa1; in mbfl_filt_conv_cp51932_wchar() 198 int c1, c2, s1; in mbfl_filt_conv_wchar_cp51932() local 228 c1 = 0; in mbfl_filt_conv_wchar_cp51932() 231 if (c == cp932ext1_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp51932() 232 s1 = ((c1/94 + 0x2d) << 8) + (c1%94 + 0x21); in mbfl_filt_conv_wchar_cp51932() 235 c1++; in mbfl_filt_conv_wchar_cp51932() 238 c1 = 0; in mbfl_filt_conv_wchar_cp51932() 242 s1 = ((c1/94 + 0x79) << 8) +(c1%94 + 0x21); in mbfl_filt_conv_wchar_cp51932() [all …]
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_string_utils.c | 104 PCRE2_UCHAR c1, c2; in PRIV() local 107 c1 = *str1++; in PRIV() 109 if (c1 != c2) return ((c1 > c2) << 1) - 1; in PRIV() 132 PCRE2_UCHAR c1, c2; in PRIV() local 135 c1 = *str1++; in PRIV() 137 if (c1 != c2) return ((c1 > c2) << 1) - 1; in PRIV() 159 PCRE2_UCHAR c1, c2; in PRIV() local 162 c1 = *str1++; in PRIV() 164 if (c1 != c2) return ((c1 > c2) << 1) - 1; in PRIV() 191 c1 = *str1++; in PRIV() [all …]
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | strnatcmp_basic.phpt | 9 $c1 = "abc15"; 19 var_dump(strnatcmp($a1, $c1)); 21 var_dump(strnatcmp($b1, $c1)); 22 var_dump(strnatcmp($d1, $c1)); 37 var_dump(strnatcmp($c1, $a1)); 39 var_dump(strnatcmp($c1, $b1)); 40 var_dump(strnatcmp($c1, $d1)); 43 var_dump(strnatcmp($c1, $a2)); 45 var_dump(strnatcmp($c1, $b2)); 46 var_dump(strnatcmp($c1, $d2));
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | count_symbol_table.phpt | 6 $c1 = 0; 10 $c1 = count($GLOBALS); 15 var_dump($c1 - $c2); 17 $c1 = count($GLOBALS); 18 var_dump($c1 - $c2);
|
/PHP-8.2/Zend/tests/ |
H A D | bug69017.phpt | 6 class c1 17 c1::$a1[] = 1; 18 c1::$a2[] = 1; 20 c1::$a3[] = 1; 25 var_dump(c1::$a1); 26 var_dump(c1::$a2); 27 var_dump(c1::$a3);
|
/PHP-8.2/ext/gd/tests/ |
H A D | copy.phpt | 38 $c1 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 3,3)); 42 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00; 55 $c1 = imagecolorallocate($src_tc, 0xff, 0x00, 0x00); 59 imagesetpixel($src_tc, 3,3, $c1); 67 $c1 = imagecolorsforindex($dst_tc, imagecolorat($dst_tc, 3,3)); 71 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00; 84 $c1 = imagecolorallocate($src_tc, 0xff, 0x00, 0x00); 88 imagesetpixel($src_tc, 3,3, $c1);
|