Home
last modified time | relevance | path

Searched refs:c2 (Results 51 – 75 of 157) sorted by last modified time

1234567

/PHP-7.4/ext/oci8/tests/
H A Dfield_funcs3.phpt14 "insert into field_funcs3_tab values ('c1', 'c2', 3, '01-Jan-2010')"
65 string(2) "c2"
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_1.phpt26 "create table imp_res_1_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_3.phpt26 "create table imp_res_3_tab_1 (c1 number, c2 varchar2(10))",
46 open c1 for select c2 from imp_res_3_tab_1 order by 1;
H A Dimp_res_6.phpt26 "create table imp_res_6_tab (c1 number, c2 varchar2(10))",
H A Dbind_misccoltypes.phpt75 . " :c2, "
94 $c2 = "char10";
108 oci_bind_by_name($s, ":c2", $c2);
234 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_tab (id, varchar2_t10) VALUES (58, :c2)");
235 $c2 = "Hood";
236 oci_bind_by_name($s, ":c2", $c2);
243 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_tab (id, char_t10) VALUES (59, :c2)");
244 $c2 = "Hood";
245 oci_bind_by_name($s, ":c2", $c2);
253 $c2 = '2010-04-09';
[all …]
H A Dbind_misccoltypes_errs.phpt70 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, char_t) VALUES (3, :c2)");
71 $c2 = "AB";
72 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_AFC);
78 $c2 = "AAAAAAAAAAB";
79 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_AFC);
85 $c2 = "ABC";
86 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_AFC);
92 $c2 = "Hood 6";
93 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_BIN);
101 $c2 = "Hood 7";
[all …]
H A Dbind_sqltafc.phpt36 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (1, :c2, :c3, :c4, :c5)");
37 $c2 = "H";
41 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_AFC);
51 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (5, :c2, :c3, :c4, :c5)");
52 $c2 = "";
56 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_AFC);
66 …O bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VALUES (6, :c2, :c3, :c4, :c5)");
67 $c2 = null;
71 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_AFC);
H A Dbind_sqltchr_1.phpt38 $c2 = "Hood241";
39 $s = oci_parse($c, "INSERT INTO bind_sqltchr_tab (id, varchar2_t10) VALUES (241, :c2)");
40 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_CHR);
H A Dbind_sqltnum_11g.phpt44 $s = oci_parse($c, "INSERT INTO bind_sqltnum_tab (id, varchar2_t10) VALUES (100, :c2)");
45 $c2 = "Hood";
46 $r = oci_bind_by_name($s, ":c2", $c2, -1);
64 $s = oci_parse($c, "INSERT INTO bind_sqltnum_tab (id, varchar2_t10) VALUES (100, :c2)");
65 $c2 = "Hood";
66 $r = oci_bind_by_name($s, ":c2", $c2, -1, SQLT_NUM);
79 $c2 = "Hood41";
80 $s = oci_parse($c, "INSERT INTO bind_sqltnum_tab (id, varchar2_t10) VALUES (41, :c2)");
81 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_NUM);
H A Dbind_sqltint.phpt38 $c2 = "Hood141";
39 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, varchar2_t10) VALUES (141, :c2)");
40 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_INT);
H A Dbind_sqltnum.phpt44 $s = oci_parse($c, "INSERT INTO bind_sqltnum_tab (id, varchar2_t10) VALUES (100, :c2)");
45 $c2 = "Hood";
46 $r = oci_bind_by_name($s, ":c2", $c2, -1);
64 $s = oci_parse($c, "INSERT INTO bind_sqltnum_tab (id, varchar2_t10) VALUES (100, :c2)");
65 $c2 = "Hood";
66 $r = oci_bind_by_name($s, ":c2", $c2, -1, SQLT_NUM);
79 $c2 = "Hood41";
80 $s = oci_parse($c, "INSERT INTO bind_sqltnum_tab (id, varchar2_t10) VALUES (41, :c2)");
81 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_NUM);
/PHP-7.4/ext/ctype/tests/
H A Dctype_punct_basic.phpt18 $c2 = 'hello, world!';
21 var_dump(ctype_punct($c2));
H A Dctype_space_basic.phpt19 $c2 = "Hello, world!\n";
20 var_dump(ctype_space($c2));
H A Dctype_upper_basic.phpt17 $c2 = "Hello, World!\n";
20 var_dump(ctype_upper($c2));
H A Dctype_xdigit_basic.phpt16 $c2 = 'face 034';
19 var_dump(ctype_xdigit($c2));

Completed in 30 milliseconds

1234567