Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/oci8/
H A Doci8.c775 PHP_FUNCTION(oci_fetch_all);
860 PHP_FE(oci_fetch_all, arginfo_oci_fetch_all)
930 PHP_FALIAS(ocifetchstatement, oci_fetch_all, arginfo_oci_fetch_all)
H A Doci8_interface.c1392 PHP_FUNCTION(oci_fetch_all) argument
/PHP-5.5/ext/oci8/tests/
H A Db47243_1.phpt17 oci_fetch_all($s, $r);
H A Db47243_2.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 Dbind_misccoltypes.phpt51 oci_fetch_all($s, $r);
H A Dbind_misccoltypes_errs.phpt42 oci_fetch_all($s, $r);
H A Dbind_number.phpt38 oci_fetch_all($s, $r);
H A Dbind_sqltafc.phpt26 oci_fetch_all($s, $r);
H A Dbind_sqltchr_1.phpt30 oci_fetch_all($s, $r);
H A Dbind_sqltint.phpt30 oci_fetch_all($s, $r);
H A Dbind_sqltnum.phpt34 oci_fetch_all($s, $r);
58 oci_fetch_all($s, $data);
H A Dbug40415.phpt66 $rc1 = oci_fetch_all($stmt, $res);
75 $rc2 = oci_fetch_all($cv, $res2);
H A Dbug41069.phpt63 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
69 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
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 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 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 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);

Completed in 42 milliseconds

12