Home
last modified time | relevance | path

Searched refs:oci_fetch_array (Results 51 – 61 of 61) sorted by relevance

123

/PHP-5.5/ext/oci8/tests/
H A Dlob_020.phpt38 var_dump($row = oci_fetch_array($s));
H A Drefcur_prefetch_3.phpt49 $data = oci_fetch_array($s);
H A Dfield_funcs1.phpt32 $row = oci_fetch_array($s, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS);
H A Dbind_char_1.phpt192 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dbind_char_1_11gR1.phpt191 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dreflection1.phpt26 reflection::export(new reflectionfunction('oci_fetch_array'));
266 Function [ <internal%s> function oci_fetch_array ] {
H A Dlob_040.phpt28 $row[$i] = oci_fetch_array($s, OCI_NUM);
H A Ddbmsoutput.phpt95 while ($row = oci_fetch_array($s, OCI_NUM)) {
/PHP-5.5/ext/oci8/
H A Doci8.c773 PHP_FUNCTION(oci_fetch_array);
858 PHP_FE(oci_fetch_array, arginfo_oci_fetch_array)
H A Doci8_interface.c1538 PHP_FUNCTION(oci_fetch_array) argument
/PHP-5.5/
H A DNEWS8519 - Fixed bug #37487 (oci_fetch_array() array-type should always default to

Completed in 82 milliseconds

123