Searched refs:oci_lob_eof (Results 1 – 5 of 5) sorted by relevance
40 var_dump(oci_lob_eof($row[0]));44 var_dump(oci_lob_eof($row[0]));73 Warning: oci_lob_eof(): Unable to find descriptor property in %s on line %d
24 var_dump(function_exists('oci_lob_eof'));
555 ZEND_FUNCTION(oci_lob_eof);643 ZEND_FE(oci_lob_eof, arginfo_oci_lob_eof)762 ZEND_ME_MAPPING(eof, oci_lob_eof, arginfo_class_OCILob_eof, ZEND_ACC_PUBLIC)
65 function oci_lob_eof(OCILob $lob): bool {} function
381 PHP_FUNCTION(oci_lob_eof) in PHP_FUNCTION() argument
Completed in 23 milliseconds