Home
last modified time | relevance | path

Searched refs:oci_fetch_object (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/oci8/tests/
H A Dfetch_object_1.phpt2 oci_fetch_object()
39 while ($row = oci_fetch_object($s)) {
53 while ($row = oci_fetch_object($s)) {
69 $row = oci_fetch_object($s);
H A Dfetch_object.phpt2 oci_fetch_object()
39 while ($row = oci_fetch_object($s)) {
53 while ($row = oci_fetch_object($s)) {
69 $row = oci_fetch_object($s);
H A Dfetch_object_2.phpt2 oci_fetch_object() with CLOB and NULL
39 while ($row = oci_fetch_object($s)) {
53 while ($row = oci_fetch_object($s)) {
H A Dimp_res_1.phpt68 echo "\nTest 2 - oci_fetch_object\n";
71 while (($row = oci_fetch_object($s)) != false)
178 Test 2 - oci_fetch_object
H A Dimp_res_6.phpt55 $row = oci_fetch_object($s);
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h585 ZEND_FUNCTION(oci_fetch_object);
688 ZEND_FE(oci_fetch_object, arginfo_oci_fetch_object)
H A Doci8.stub.php253 function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {} function
H A Doci8_interface.c1389 PHP_FUNCTION(oci_fetch_object) in PHP_FUNCTION() argument

Completed in 20 milliseconds