Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/tests/
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.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 Dreflection1.phpt23 reflection::export(new reflectionfunction('oci_fetch_object'));
245 Function [ <internal%s> function oci_fetch_object ] {
/PHP-5.5/ext/oci8/
H A Doci8.c770 PHP_FUNCTION(oci_fetch_object);
855 PHP_FE(oci_fetch_object, arginfo_oci_fetch_object)
H A Doci8_interface.c1510 PHP_FUNCTION(oci_fetch_object) argument

Completed in 37 milliseconds