Searched refs:oci_fetch_object (Results 1 – 9 of 9) sorted by relevance
2 oci_fetch_object()37 while ($row = oci_fetch_object($s)) {51 while ($row = oci_fetch_object($s)) {67 $row = oci_fetch_object($s);
2 oci_fetch_object() with CLOB and NULL37 while ($row = oci_fetch_object($s)) {51 while ($row = oci_fetch_object($s)) {
67 echo "\nTest 2 - oci_fetch_object\n";70 while (($row = oci_fetch_object($s)) != false)177 Test 2 - oci_fetch_object
54 $row = oci_fetch_object($s);
583 ZEND_FUNCTION(oci_fetch_object);686 ZEND_FE(oci_fetch_object, arginfo_oci_fetch_object)
253 function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {} function
1389 PHP_FUNCTION(oci_fetch_object) in PHP_FUNCTION() argument
786 . Fixed bug #81088 (error in regression test for oci_fetch_object() and
Completed in 25 milliseconds