Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/tests/
H A Dfetch_object.phpt2 oci_fetch_object()
37 while ($row = oci_fetch_object($s)) {
51 while ($row = oci_fetch_object($s)) {
67 $row = oci_fetch_object($s);
H A Dfetch_object_1.phpt2 oci_fetch_object()
37 while ($row = oci_fetch_object($s)) {
51 while ($row = oci_fetch_object($s)) {
67 $row = oci_fetch_object($s);
H A Dfetch_object_2.phpt2 oci_fetch_object() with CLOB and NULL
37 while ($row = oci_fetch_object($s)) {
51 while ($row = oci_fetch_object($s)) {
H A Dimp_res_1.phpt67 echo "\nTest 2 - oci_fetch_object\n";
70 while (($row = oci_fetch_object($s)) != false)
177 Test 2 - oci_fetch_object
H A Dimp_res_6.phpt54 $row = oci_fetch_object($s);
/PHP-8.0/ext/oci8/
H A Doci8_arginfo.h583 ZEND_FUNCTION(oci_fetch_object);
686 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
/PHP-8.0/
H A DNEWS786 . Fixed bug #81088 (error in regression test for oci_fetch_object() and

Completed in 25 milliseconds