Home
last modified time | relevance | path

Searched refs:oci_parse (Results 176 – 200 of 218) sorted by relevance

123456789

/PHP-5.5/ext/oci8/tests/
H A Derror.phpt20 var_dump($s = oci_parse($c, "WRONG SYNTAX"));
H A Dbind_sqltchr_2.phpt27 $stmt = oci_parse($c, "BEGIN bind_sqltchr_proc(:a, :b); END;");
H A Dbug44206.phpt20 $s = oci_parse($c, $stmt);
H A Dbug47281_tt.phpt31 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dstatement_type.phpt27 $s = oci_parse($c, $sql);
H A Dbug44008.phpt25 $s = oci_parse($c, 'begin bug44008_proc(:data); end;');
H A Dbug27303_3.phpt17 $stmt = oci_parse($c, $statement);
46 $stmt = oci_parse($c, $statement);
H A Dbind_char_1.phpt43 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
78 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
114 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
150 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbind_unsupported_3.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbug42496_2.phpt31 $s = oci_parse($c, "SELECT * from bug42496_2_tab");
H A Dlob_034.phpt21 $statement = oci_parse($c,$ora_sql);
H A Darray_bind_013.phpt10 $statement = oci_parse($c, 'SELECT user FROM v$session');
H A Dcursor_bind_err.phpt28 $stmt = oci_parse($c, $sql);
H A Ddefine1.phpt22 $stmt = oci_parse($c, "select string from define1_tab");
H A Dbug42496_1.phpt31 $s = oci_parse($c, "SELECT * from bug42496_1_tab");
H A Dbug36403.phpt28 $s = oci_parse($c, "select * from bug36403_tab");
H A Dcursor_bind.phpt35 $stmt = oci_parse($c, $sql);
H A Dlob_020.phpt21 $statement = oci_parse($c,$ora_sql);
35 $s = oci_parse($c, $select_sql);
H A Dbind_char_1_11gR1.phpt42 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
77 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
113 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
149 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbug47281.phpt38 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dlob_015.phpt21 $statement = oci_parse($c,$ora_sql);
H A Ddefine4.phpt22 $stmt = oci_parse($c, "select value, string from define4_tab");
H A Dedition_1.phpt30 $s = oci_parse($conn,"select * from view_ed");
66 $s = oci_parse($conn2, $stmt);
H A Dbind_unsupported_1.phpt28 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbug51291_2.phpt15 $s = oci_parse($c, "declare e exception; begin if :bv = 1 then raise e; end if; end;");

Completed in 25 milliseconds

123456789