Home
last modified time | relevance | path

Searched refs:oci_lob_eof (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/oci8/tests/
H A Dlob_025.phpt40 var_dump(oci_lob_eof($row[0]));
41 var_dump(oci_lob_eof());
45 var_dump(oci_lob_eof($row[0]));
77 Warning: oci_lob_eof() expects exactly 1 parameter, 0 given in %s on line %d
83 Warning: oci_lob_eof(): Unable to find descriptor property in %s on line %d
H A Dlob_aliases.phpt22 var_dump(oci_lob_eof());
70 Warning: oci_lob_eof() expects exactly 1 parameter, 0 given in %s on line %d
H A Dreflection1.phpt49 reflection::export(new reflectionfunction('oci_lob_eof'));
452 Function [ <internal%s> function oci_lob_eof ] {
/PHP-5.5/ext/oci8/
H A Doci8.c818 PHP_FUNCTION(oci_lob_eof);
882 PHP_FE(oci_lob_eof, arginfo_oci_lob_eof)
985 PHP_FALIAS(eof, oci_lob_eof, arginfo_oci_lob_eof_method)
H A Doci8_interface.c357 PHP_FUNCTION(oci_lob_eof) argument

Completed in 39 milliseconds