Home
last modified time | relevance | path

Searched refs:oci_fetch_array (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-7.0/ext/oci8/tests/
H A Dbind_char_1.phpt188 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dbind_char_1_11gR1.phpt190 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
H A Dreflection1.phpt26 reflection::export(new reflectionfunction('oci_fetch_array'));
267 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)) {
H A Dimp_res_3.phpt65 while (($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) != false) {
/PHP-7.0/ext/oci8/
H A Doci8.c650 PHP_FUNCTION(oci_fetch_array);
736 PHP_FE(oci_fetch_array, arginfo_oci_fetch_array)
H A Doci8_interface.c1566 PHP_FUNCTION(oci_fetch_array) in PHP_FUNCTION() argument

Completed in 25 milliseconds

1234