Home
last modified time | relevance | path

Searched refs:oci_parse (Results 101 – 125 of 218) sorted by relevance

123456789

/PHP-5.5/ext/oci8/tests/
H A Dfetch.phpt24 if (!($s = oci_parse($c, "select * from fetch_tab"))) {
25 die("oci_parse(select) failed!\n");
H A Dfetch_assoc.phpt22 if (!($s = oci_parse($c, $select_sql))) {
23 die("oci_parse(select) failed!\n");
H A Ddefine0.phpt22 $stmt = oci_parse($c, "select string from define0_tab");
38 $s2 = oci_parse($c, 'select string from define0_tab');
H A Dlob_005.phpt21 $statement = oci_parse($c,$ora_sql);
29 $s = oci_parse($c, $select_sql);
H A Dlob_012.phpt21 $statement = oci_parse($c,$ora_sql);
33 $s = oci_parse($c, $select_sql);
H A Dlob_013.phpt21 $statement = oci_parse($c,$ora_sql);
36 $s = oci_parse($c, $select_sql);
H A Dbug46994.phpt37 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
44 $s = oci_parse($c, "begin bug46994_proc2(:myclob); end;");
51 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
H A Dbind_sqltafc.phpt24 $s = oci_parse($c, "select * from bind_sqltafc_tab where id = $id");
36 $s = oci_parse($c, "INSERT INTO bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VAL…
51 $s = oci_parse($c, "INSERT INTO bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VAL…
66 $s = oci_parse($c, "INSERT INTO bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VAL…
H A Dconn_attr.inc33 $s = oci_parse($c, $stmt);
58 $s2 = oci_parse($conn,$sel_stmt);
122 $s2 = oci_parse($conn,$sel_stmt);
133 $s2 = oci_parse($conn,$sel_stmt);
148 $s = oci_parse($c, $stmt);
H A Dbug45458.phpt16 $s = oci_parse($c, $stmt);
27 $s = oci_parse($c, $stmt);
H A Dnull_byte_2.phpt20 $s = oci_parse($c, "select * \0from dual");
27 $s = oci_parse($c, "select * from dual where :bv = 1");
H A Dnull_byte_3.phpt17 $s = oci_parse($c, "select * from du\0al");
22 $s = oci_parse($c, "select * from dual where :bv = 'abc'");
H A Dlob_039.phpt23 $s = oci_parse($c,$ora_sql);
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
H A Ddrop_type.inc4 $statement = oci_parse($c,$ora_sql);
H A Dlob_026.phpt21 $statement = oci_parse($c,$ora_sql);
38 $s = oci_parse($c, $select_sql);
52 $s = oci_parse($c, $select_sql);
H A Ddrop_table.inc4 $statement = oci_parse($c,$ora_sql);
H A Dfetch_all4.phpt24 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
33 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
H A Dfetch_into.phpt24 if (!($s = oci_parse($c, "select * from fetch_into_tab"))) {
25 die("oci_parse(select) failed!\n");
H A Dlob_014.phpt21 $statement = oci_parse($c,$ora_sql);
37 $s = oci_parse($c, $select_sql);
H A Doci_execute_segfault.phpt21 $s = oci_parse($c, $ora_sql);
33 $s = oci_parse ($c, $query);
H A Dfetch_array.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
17 die("oci_parse(insert) failed!\n");
34 if (!($s = oci_parse($c, $select_sql))) {
35 die("oci_parse(select) failed!\n");
H A Drefcur_prefetch_3.phpt30 if (!($s = oci_parse($c, $insert_sql))) {
31 die("oci_parse(insert) failed!\n");
47 $s = oci_parse($c,$sqlstmt);
65 $s = oci_parse($c,$sql_stmt);
H A Dlob_008.phpt21 $statement = oci_parse($c,$ora_sql);
32 $s = oci_parse($c, $select_sql);
H A Dfetch_all.phpt22 if (!($s = oci_parse($c, "select * from fetch_all_tab"))) {
23 die("oci_parse(select) failed!\n");
H A Dfetch_all1.phpt22 if (!($s = oci_parse($c, "select * from fetch_all_tab"))) {
23 die("oci_parse(select) failed!\n");

Completed in 24 milliseconds

123456789