Searched refs:oci_fetch_object (Results 1 – 8 of 8) 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)179 Test 2 - oci_fetch_object
54 $row = oci_fetch_object($s);
23 reflection::export(new reflectionfunction('oci_fetch_object'));246 Function [ <internal%s> function oci_fetch_object ] {
650 PHP_FUNCTION(oci_fetch_object);735 PHP_FE(oci_fetch_object, arginfo_oci_fetch_object)
1593 PHP_FUNCTION(oci_fetch_object) in PHP_FUNCTION() argument
Completed in 23 milliseconds