Searched refs:oci_fetch_object (Results 1 – 8 of 8) sorted by relevance
2 oci_fetch_object()39 while ($row = oci_fetch_object($s)) {53 while ($row = oci_fetch_object($s)) {69 $row = oci_fetch_object($s);
2 oci_fetch_object() with CLOB and NULL39 while ($row = oci_fetch_object($s)) {53 while ($row = oci_fetch_object($s)) {
68 echo "\nTest 2 - oci_fetch_object\n";71 while (($row = oci_fetch_object($s)) != false)178 Test 2 - oci_fetch_object
55 $row = oci_fetch_object($s);
590 ZEND_FUNCTION(oci_fetch_object);694 ZEND_FE(oci_fetch_object, arginfo_oci_fetch_object)
650 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
Completed in 24 milliseconds