Home
last modified time | relevance | path

Searched refs:oci_parse (Results 151 – 175 of 218) sorted by relevance

123456789

/PHP-5.3/ext/oci8/tests/
H A Derror_parse.phpt24 $s = @oci_parse($c1, "select ' from dual");
40 $s = @oci_parse($c2, "select ' from dual");
56 $s = @oci_parse($c3, "select ' from dual");
H A Darray_bind_010.phpt10 $statement = oci_parse($c, 'SELECT user FROM all_objects');
H A Darray_bind_012.phpt10 $statement = oci_parse($c, 'SELECT user FROM all_objects');
H A Db47243_1.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_2.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Dexec_fetch.phpt11 $stmt = oci_parse($c, $sql);
H A Darray_bind_uin.phpt13 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Dfetch_all2.phpt16 $s = oci_parse($c, $insert_sql);
26 $s = oci_parse($c, $select_sql);
H A Dbug36010.phpt16 $stid = oci_parse($conn, $sql);
H A Dbug36096.phpt11 $stmt = oci_parse($c, $sql);
H A Derror2.phpt16 $s = oci_parse($c, "create or replace procedure myproc as begin bogus end;");
H A Dxmltype_01.phpt41 $s = oci_parse($c, 'select XMLType.getClobVal(xt_spec)
60 $s = oci_parse($c, 'update xtt
H A Darray_bind_bdouble.phpt14 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Dpecl_bug6109.phpt14 $s = oci_parse($c, 'delete from table_does_not_exist');
H A Darray_bind_bfloat.phpt14 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Dlob_030.phpt24 $statement = oci_parse($c,$ora_sql);
34 $s = oci_parse($c, $select_sql);
H A Ddefine.phpt22 $stmt = oci_parse($c, "select string from define_tab");
H A Dlob_032.phpt21 $statement = oci_parse($c,$ora_sql);
H A Dlob_036.phpt21 $s = oci_parse($c,$ora_sql);
H A Drefcur_prefetch_1.phpt43 if (!($s = oci_parse($c, $insert_sql))) {
44 die("oci_parse(insert) failed!\n");
72 $s1 = oci_parse($c,$sql1);
87 $s2 = oci_parse($c,$sql2);
H A Dbug32325.phpt29 $stmt = oci_parse($c, $sql);
H A Derror3.phpt24 $s = oci_parse($c, "declare
H A Dlob_033.phpt21 $statement = oci_parse($c,$ora_sql);
H A Derror.phpt20 var_dump($s = oci_parse($c, "WRONG SYNTAX"));

Completed in 60 milliseconds

123456789