Home
last modified time | relevance | path

Searched refs:oci_fetch_all (Results 1 – 25 of 41) sorted by relevance

12

/PHP-5.5/ext/oci8/tests/
H A Dbug47189.phpt2 Bug #47189 (Multiple oci_fetch_all calls)
17 oci_fetch_all($s, $rs, 0, -1, OCI_FETCHSTATEMENT_BY_ROW);
19 oci_fetch_all($s, $rs1, 0, -1, OCI_FETCHSTATEMENT_BY_ROW);
26 oci_fetch_all($s, $rs, 0, 1, OCI_FETCHSTATEMENT_BY_ROW);
28 oci_fetch_all($s, $rs1, 0, 1, OCI_FETCHSTATEMENT_BY_ROW);
54 Warning: oci_fetch_all(): ORA-01002: %s in %s on line %d
H A Dfetch_all2.phpt2 oci_fetch_all() - 2
29 var_dump(oci_fetch_all($s, $all));
33 var_dump(oci_fetch_all($s, $all, 0, 10, OCI_FETCHSTATEMENT_BY_ROW));
37 var_dump(oci_fetch_all($s, $all, -1, -1, OCI_FETCHSTATEMENT_BY_ROW));
41 var_dump(oci_fetch_all($s, $all, 0, 2, OCI_FETCHSTATEMENT_BY_ROW+OCI_NUM));
45 var_dump(oci_fetch_all($s, $all, 0, 2, OCI_NUM));
49 var_dump(oci_fetch_all($s, $all, 0, 1, OCI_BOTH));
H A Dfetch_all3.phpt2 oci_fetch_all() - all combinations of flags
40 var_dump(oci_fetch_all($s, $all, 0, -1));
45 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_ASSOC));
50 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_FETCHSTATEMENT_BY_COLUMN));
55 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_FETCHSTATEMENT_BY_COLUMN|OCI_ASSOC));
60 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_FETCHSTATEMENT_BY_COLUMN|OCI_NUM));
70 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_FETCHSTATEMENT_BY_ROW));
75 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_FETCHSTATEMENT_BY_ROW|OCI_ASSOC));
100 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_FETCHSTATEMENT_BY_ROW|OCI_NUM));
110 var_dump(oci_fetch_all($s, $all, 0, -1, OCI_NUM));
[all …]
H A Dfetch_all5.phpt2 Test oci_fetch_all with 0 and -1 skip & maxrows
28 $r = oci_fetch_all($s, $res, 0, -1);
36 $r = oci_fetch_all($s, $res, 0, 0);
44 $r = oci_fetch_all($s, $res, -1, 0);
H A Dfetch_all.phpt2 oci_fetch_all()
26 /* oci_fetch_all */
30 var_dump(oci_fetch_all($s, $all));
H A Dfetch_all1.phpt2 oci_fetch_all()
26 /* oci_fetch_all */
30 var_dump(oci_fetch_all($s, $all));
H A Dcommit_001.phpt42 /* oci_fetch_all */
46 var_dump(oci_fetch_all($select, $all));
68 /* oci_fetch_all */
72 var_dump(oci_fetch_all($select, $all));
H A Dnum.phpt84 if (oci_fetch_all($s,$r) === false) {
85 die("oci_fetch_all(select) failed!\n");
105 if (oci_fetch_all($s,$r) === false) {
106 die("oci_fetch_all(select) failed!\n");
126 if (oci_fetch_all($s,$r) === false) {
127 die("oci_fetch_all(select) failed!\n");
H A Ddrcp_cclass1.phpt41 oci_fetch_all($s, $r);
50 oci_fetch_all($s, $r);
57 oci_fetch_all($s, $r);
H A Dbug45458.phpt18 $r = oci_fetch_all($s, $data, 0, -1, OCI_FETCHSTATEMENT_BY_ROW);
29 $r = oci_fetch_all($s, $data, 0, -1, OCI_ASSOC);
H A Dconnect_scope1.phpt47 oci_fetch_all($s1, $r);
57 oci_fetch_all($s1, $r);
H A Dconnect_scope2.phpt47 oci_fetch_all($s1, $r);
57 oci_fetch_all($s1, $r);
H A Dconnect_scope_try1.phpt53 oci_fetch_all($s1, $r);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try2.phpt53 oci_fetch_all($s1, $r);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try3.phpt53 oci_fetch_all($s1, $r);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try4.phpt53 oci_fetch_all($s1, $r);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try5.phpt53 oci_fetch_all($s1, $r);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try6.phpt53 oci_fetch_all($s1, $r);
64 oci_fetch_all($s1, $r);
H A Db47243_2.phpt17 oci_fetch_all($s, $r);
H A Db47243_1.phpt17 oci_fetch_all($s, $r);
H A Db47243_3.phpt17 oci_fetch_all($s, $r);
H A Dbind_empty.phpt51 oci_fetch_all($stid, $res);
64 oci_fetch_all($stid, $res);
H A Dbug40415.phpt66 $rc1 = oci_fetch_all($stmt, $res);
75 $rc2 = oci_fetch_all($cv, $res2);
H A Dnull_byte_2.phpt22 oci_fetch_all($s, $res);
H A Dnull_byte_3.phpt26 oci_fetch_all($s, $res);

Completed in 47 milliseconds

12