Searched refs:oci_fetch_row (Results 1 – 25 of 30) sorted by relevance
12
43 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));
42 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)) {135 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
59 while (($row = oci_fetch_row($s1)) != false) {62 while (($row = oci_fetch_row($s)) != false) {71 while (($row = oci_fetch_row($s1)) != false) {74 $row = oci_fetch_row($s);77 while (($row = oci_fetch_row($s1)) != false) {80 while (($row = oci_fetch_row($s)) != false) {90 while (($row = oci_fetch_row($s)) != false) { // parent
2 oci_fetch_row()31 while ($row = oci_fetch_row($s)) {
59 while (($row = oci_fetch_row($s)) != false)65 while (($row = oci_fetch_row($s)) != false)71 while (($row = oci_fetch_row($s)) != false)
56 while (($row = oci_fetch_row($s)) !== false)66 while (($row = oci_fetch_row($s)) !== false)78 while (($row = oci_fetch_row($s)) !== false)88 while (($row = oci_fetch_row($s)) !== false)
56 while (($row = oci_fetch_row($s)) != false)63 while (($row = oci_fetch_row($s)) != false)70 while (($row = oci_fetch_row($s)) != false)
34 $row = oci_fetch_row($stmt);52 $row = oci_fetch_row($stmt);
46 $r = oci_fetch_row($s);50 $r = oci_fetch_row($s);
51 while (($row = oci_fetch_row($s)) != false) {65 $row = oci_fetch_row($s);
28 $row = oci_fetch_row($stmt);
29 $row = oci_fetch_row($stmt);
94 var_dump(oci_fetch_row($cur1));103 var_dump(oci_fetch_row($cur1));119 var_dump(oci_fetch_row($cur1));
79 while (($r = oci_fetch_row($s))) {98 while (($r = oci_fetch_row($s1)) !== false) {109 while (($r = oci_fetch_row($s1)) !== false) {
30 var_dump(oci_fetch_row($s));
109 var_dump(oci_fetch_row($cur1));120 var_dump(oci_fetch_row($cur1));
73 echo "\nTest 3 - oci_fetch_row\n";76 while (($row = oci_fetch_row($s)) != false)233 Test 3 - oci_fetch_row
44 $row = oci_fetch_row($s);
52 $row = oci_fetch_row($s);
64 var_dump(oci_fetch_row($data['CURS1']));
44 while ($row = oci_fetch_row($s)) {
102 var_dump(oci_fetch_row($cur1));
584 ZEND_FUNCTION(oci_fetch_row);687 ZEND_FE(oci_fetch_row, arginfo_oci_fetch_row)
Completed in 29 milliseconds