Home
last modified time | relevance | path

Searched refs:c2 (Results 101 – 125 of 157) sorted by path

1234567

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_cancel.phpt25 c2 sys_refcursor;
29 open c2 for select 3 from dual;
30 dbms_sql.return_result (c2);
H A Dimp_res_cursor.phpt26 "create table imp_res_cursor_tab_1 (c1 number, c2 varchar2(10))",
43 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
H A Dimp_res_dbmsoutput.phpt26 "create table imp_res_dbmsoutput_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_1.phpt26 "create table imp_res_get_1_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_2.phpt26 "create table imp_res_get_2_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_3.phpt28 "create table imp_res_get_3_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_4.phpt26 "create table imp_res_get_4_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_cancel.phpt25 c2 sys_refcursor;
29 open c2 for select 3 from dual;
30 dbms_sql.return_result (c2);
H A Dimp_res_get_cursor.phpt26 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))",
40 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
H A Dimp_res_get_dbmsoutput.phpt26 "create table imp_res_get_dbmsoutput_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_insert.phpt24 $c2 = oci_new_connect($user, $password, $dbase);
58 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
69 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
80 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
90 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
H A Dimp_res_lob.phpt26 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
39 open c1 for select c2 from imp_res_lob_tab order by c1;
H A Dimp_res_prefetch.phpt26 "create table imp_res_prefetch_tab_1 (c1 number, c2 varchar2(10))",
H A Dpassword.phpt33 $c2 = oci_connect("testuser_pw", "testuserpwd2", $dbase);
34 var_dump($c2);
35 $rn2 = (int)$c2;
58 var_dump($c2);
H A Dpassword_2.phpt32 $c2 = oci_pconnect("testuser_pw2", "testuserpwd2", $dbase);
33 var_dump($c2);
34 $rn2 = (int)$c2;
57 var_dump($c2);
H A Drefcur_prefetch_1.phpt27 "CREATE TABLE refcurtest (c1 NUMBER, c2 VARCHAR(20))",
31 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
39 c2 out varchar2) is
41 fetch cur1 into c1,c2;
49 $insert_sql = "INSERT INTO refcurtest (c1, c2) VALUES (:c1,:c2)";
57 oci_bind_by_name($s,':c2',$val2);
93 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
101 if (!oci_bind_by_name($s2,":c2",$c2,20,SQLT_CHR)) {
107 var_dump($c2);
H A Drefcur_prefetch_2.phpt27 "CREATE TABLE refcurtest (c1 NUMBER, c2 VARCHAR(20))",
31 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
39 c2 out varchar2) is
41 fetch cur1 into c1,c2;
49 $insert_sql = "INSERT INTO refcurtest (c1, c2) VALUES (:c1,:c2)";
57 oci_bind_by_name($s,':c2',$val2);
75 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
83 if (!oci_bind_by_name($s2, ":c2", $c2, 20, SQLT_CHR)) {
129 var_dump($c2);
H A Drefcur_prefetch_4.phpt28 "CREATE TABLE refcurtest (c1 NUMBER, c2 VARCHAR(20))",
33 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2);
41 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2) is
43 fetch cur1 into c1,c2;
51 $insert_sql = "INSERT INTO refcurtest (c1, c2) VALUES (:c1,:c2)";
59 oci_bind_by_name($s,':c2',$val2);
77 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
85 if (!oci_bind_by_name($s2, ":c2", $c2, 20, SQLT_CHR)) {
99 var_dump($c2);
132 var_dump($c2);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h99 sljit_u8 c2 = ic.c.c2; in FF_FUN() local
100 vect_t vc2 = VDUPQ(c2); in FF_FUN()
105 sljit_u8 mask = ic.c.c2; in FF_FUN()
123 PCRE2_UCHAR char1b = ic.c.c2; in FF_FUN()
H A Dpcre2_jit_simd_inc.h771 struct { unsigned char c1, c2, c3, c4; } c; member
877 ic.c.c2 = char2; in fast_forward_char_simd()
898 ic.c.c2 = mask; in fast_forward_char_simd()
916 ic.c.c2 = char2; in fast_forward_char_simd()
1074 ic.c.c2 = char1b; in fast_forward_char_pair_simd()
H A Dpcre2_string_utils.c104 PCRE2_UCHAR c1, c2; in PRIV() local
108 c2 = *str2++; in PRIV()
109 if (c1 != c2) return ((c1 > c2) << 1) - 1; in PRIV()
132 PCRE2_UCHAR c1, c2; in PRIV() local
136 c2 = *str2++; in PRIV()
137 if (c1 != c2) return ((c1 > c2) << 1) - 1; in PRIV()
159 PCRE2_UCHAR c1, c2; in PRIV() local
163 c2 = *str2++; in PRIV()
164 if (c1 != c2) return ((c1 > c2) << 1) - 1; in PRIV()
192 c2 = *str2++; in PRIV()
[all …]
/PHP-7.4/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt17 $dbh->exec ("create table bug_6364_t (c1 varchar2(10), c2 varchar2(10), c3 varchar2(10), c4 varchar…
19 …r2, p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c1, c2, c3) values (p1, p2,…
53 ["c2"]=>
/PHP-7.4/ext/reflection/tests/
H A D021.phpt10 var_dump($class->hasConstant("c2"));
H A D022.phpt10 var_dump($class->getConstant("c2"));
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_secretstream.phpt22 $c2 = sodium_crypto_secretstream_xchacha20poly1305_push($stream, $msg2, '', SODIUM_CRYPTO_SECRETSTR…
27 $r2 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c2);
34 var_dump(sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c2));
47 $r2 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c2);

Completed in 40 milliseconds

1234567