Home
last modified time | relevance | path

Searched refs:oci_fetch_all (Results 26 – 47 of 47) sorted by relevance

12

/PHP-8.1/ext/oci8/tests/
H A Dlob_temp2.phpt27 oci_fetch_all($s, $res);
H A Dbug68298.phpt34 oci_fetch_all($s, $r);
H A Dnull_byte_3.phpt26 oci_fetch_all($s, $res);
H A Dfetch_all4.phpt27 $r = oci_fetch_all($s, $res);
H A Dbug40415.phpt68 $rc1 = oci_fetch_all($stmt, $res);
77 $rc2 = oci_fetch_all($cv, $res2);
H A Dlob_039.phpt43 oci_fetch_all($s, $res);
H A Dnull_byte_2.phpt24 oci_fetch_all($s, $res);
H A Dlob_029.phpt63 oci_fetch_all($s, $res);
69 oci_fetch_all($s, $res);
H A Dlob_038.phpt44 oci_fetch_all($s, $res);
90 oci_fetch_all($s, $res);
H A Dbug41069.phpt65 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
71 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
H A Dbind_sqltnum.phpt36 oci_fetch_all($s, $r);
60 oci_fetch_all($s, $data);
H A Dbind_sqltnum_11g.phpt36 oci_fetch_all($s, $r);
60 oci_fetch_all($s, $data);
H A Dbind_sqltafc.phpt26 oci_fetch_all($s, $r);
H A Dbind_sqltchr_1.phpt30 oci_fetch_all($s, $r);
H A Dbind_number.phpt33 oci_fetch_all($s, $r);
H A Dbind_misccoltypes_errs.phpt42 oci_fetch_all($s, $r);
H A Dbind_sqltint.phpt30 oci_fetch_all($s, $r);
H A Dlob_null.phpt153 oci_fetch_all($s, $res);
H A Dbind_misccoltypes.phpt50 oci_fetch_all($s, $r);
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h584 ZEND_FUNCTION(oci_fetch_all);
686 ZEND_FE(oci_fetch_all, arginfo_oci_fetch_all)
687 ZEND_DEP_FALIAS(ocifetchstatement, oci_fetch_all, arginfo_ocifetchstatement)
H A Doci8.stub.php242 function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FET… function
H A Doci8_interface.c1268 PHP_FUNCTION(oci_fetch_all) in PHP_FUNCTION() argument

Completed in 37 milliseconds

12