Home
last modified time | relevance | path

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

/PHP-7.4/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 Dimp_res_1.phpt67 echo "\nTest 2 - oci_fetch_object\n";
70 while (($row = oci_fetch_object($s)) != false)
179 Test 2 - oci_fetch_object
H A Dimp_res_6.phpt54 $row = oci_fetch_object($s);
H A Dreflection1.phpt23 reflection::export(new reflectionfunction('oci_fetch_object'));
246 Function [ <internal%s> function oci_fetch_object ] {
/PHP-7.4/ext/oci8/
H A Doci8.c650 PHP_FUNCTION(oci_fetch_object);
735 PHP_FE(oci_fetch_object, arginfo_oci_fetch_object)
H A Doci8_interface.c1593 PHP_FUNCTION(oci_fetch_object) in PHP_FUNCTION() argument

Completed in 26 milliseconds