Home
last modified time | relevance | path

Searched refs:oci_parse (Results 126 – 150 of 218) sorted by relevance

123456789

/PHP-5.5/ext/oci8/tests/
H A Dlob_009.phpt21 $statement = oci_parse($c,$ora_sql);
32 $s = oci_parse($c, $select_sql);
H A Dpecl_bug16842.phpt20 $s = oci_parse($c, 'begin raise NO_DATA_FOUND; end;');
28 $s = oci_parse($c, 'begin raise ZERO_DIVIDE; end;');
H A Dlob_007.phpt21 $statement = oci_parse($c,$ora_sql);
34 $s = oci_parse($c, $select_sql);
H A Drefcur_prefetch_4.phpt45 if (!($s = oci_parse($c, $insert_sql))) {
46 die("oci_parse(insert) failed!\n");
61 $s1 = oci_parse($c,$sql1);
71 $s2 = oci_parse($c,$sql2);
131 $s = oci_parse($c,$sql_stmt);
H A Dlob_019.phpt21 $statement = oci_parse($c,$ora_sql);
35 $s = oci_parse($c, $select_sql);
H A Dbug37220.phpt29 $stmt = oci_parse ($c, $query);
40 $stmt = oci_parse ($c, $query);
H A Dlob_003.phpt21 $statement = oci_parse($c,$ora_sql);
37 $s = oci_parse($c, $select_sql);
H A Duncommitted.phpt10 $stmt = oci_parse($c, "select 1 from dual");
H A Dbug42173.phpt41 $s = oci_parse($c, $sql);
45 $s = oci_parse($c, "select * from ts_test");
63 $s = oci_parse($c, "drop table ts_test");
H A Drefcur_prefetch_2.phpt43 if (!($s = oci_parse($c, $insert_sql))) {
44 die("oci_parse(insert) failed!\n");
59 $s1 = oci_parse($c,$sql1);
69 $s2 = oci_parse($c,$sql2);
127 $s = oci_parse($c,$sql_stmt);
H A Dlob_006.phpt21 $statement = oci_parse($c,$ora_sql);
39 $s = oci_parse($c, $select_sql);
H A Dlob_043.phpt32 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
44 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
H A Dlob_044.phpt27 $s = oci_parse($c, "INSERT INTO lob_044_tab (blob) VALUES (empty_blob()) RETURNING blob INTO :v_blo…
46 $s = oci_parse($c, "SELECT blob FROM lob_044_tab FOR UPDATE");
H A Dcommit_002.phpt27 $s = oci_parse($c, "insert into commit_002_tab values (-1, 1)");
41 $s = oci_parse($c, "insert into commit_002_tab values (1, -1)");
H A Dlob_002.phpt22 $statement = oci_parse($c, "insert into lob_002_tab (id, b1) values (1, empty_blob()) returning b1 …
40 $s = oci_parse($c, $select_sql);
H A Dlob_024.phpt21 $statement = oci_parse($c,$ora_sql);
34 $s = oci_parse($c, $select_sql);
H A Dbug42841.phpt50 $stmt = oci_parse($c, $sql);
68 $stmt = oci_parse($c, $sql);
95 $stmt = oci_parse($c, 'begin :cur := bug43449_pkg.testcursor; end;');
H A Dfield_funcs3.phpt27 if (!($s = oci_parse($c, $select_sql))) {
28 die("oci_parse(select) failed!\n");
H A Dlob_021.phpt21 $statement = oci_parse($c,$ora_sql);
42 $s = oci_parse($c, $select_sql);
H A Dselect_null.phpt12 $stmt = oci_parse($pc, "select NULL from dual");
H A Dold_oci_close.phpt14 var_dump(oci_parse($c, "select 1 from dual"));
H A Dexecute_mode.phpt12 $stmt = oci_parse($pc, "select NULL from dual");
H A Dlob_023.phpt21 $statement = oci_parse($c,$ora_sql);
37 $s = oci_parse($c, $select_sql);
H A Dlob_025.phpt21 $statement = oci_parse($c,$ora_sql);
32 $s = oci_parse($c, $select_sql);
H A Dlob_031.phpt21 $statement = oci_parse($c,$ora_sql);
33 $s = oci_parse($c, $select_sql);

Completed in 32 milliseconds

123456789