Home
last modified time | relevance | path

Searched refs:oci_fetch_row (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/oci8/tests/
H A Ddefine6.phpt42 while (oci_fetch_row($cursor1)) {
56 while (oci_fetch_row($cursor2)) {
69 while (oci_fetch_row($cursor3)) {
82 while (oci_fetch_row($cursor4)) {
95 while (oci_fetch_row($cursor5)) {
108 while (oci_fetch_row($s6)) {
137 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
H A Dcursor_bind.phpt43 var_dump(oci_fetch_row($cursor));
44 var_dump(oci_fetch_row($cursor));
45 var_dump(oci_fetch_row($cursor));
46 var_dump(oci_fetch_row($cursor));
H A Dfetch_row.phpt2 oci_fetch_row()
31 while ($row = oci_fetch_row($s)) {
H A Dbind_long.phpt34 $row = oci_fetch_row($stmt);
52 $row = oci_fetch_row($stmt);
H A Dbind_long_raw.phpt28 $row = oci_fetch_row($stmt);
H A Dbind_raw.phpt29 $row = oci_fetch_row($stmt);
H A Dbind_raw_2.phpt29 $row = oci_fetch_row($stmt);
H A Drefcur_prefetch_2.phpt87 var_dump(oci_fetch_row($cur1));
96 var_dump(oci_fetch_row($cur1));
112 var_dump(oci_fetch_row($cur1));
H A Dbind_query.phpt30 var_dump(oci_fetch_row($s));
H A Drefcur_prefetch_4.phpt102 var_dump(oci_fetch_row($cur1));
113 var_dump(oci_fetch_row($cur1));
H A Dxmltype_01.phpt44 $row = oci_fetch_row($s);
H A Drefcur_prefetch_3.phpt56 var_dump(oci_fetch_row($data['CURS1']));
H A Dedition_1.phpt32 while ($row = oci_fetch_row($s)) {
H A Drefcur_prefetch_1.phpt80 var_dump(oci_fetch_row($cur1));
H A Dreflection1.phpt24 reflection::export(new reflectionfunction('oci_fetch_row'));
252 Function [ <internal%s> function oci_fetch_row ] {
/PHP-5.5/ext/oci8/
H A Doci8.c771 PHP_FUNCTION(oci_fetch_row);
856 PHP_FE(oci_fetch_row, arginfo_oci_fetch_row)
H A Doci8_interface.c1522 PHP_FUNCTION(oci_fetch_row) argument

Completed in 59 milliseconds