Searched refs:oci_fetch_row (Results 1 – 25 of 30) sorted by relevance
12
46 var_dump(oci_fetch_row($cursor));47 var_dump(oci_fetch_row($cursor));48 var_dump(oci_fetch_row($cursor));49 var_dump(oci_fetch_row($cursor));
45 while (oci_fetch_row($cursor1)) {59 while (oci_fetch_row($cursor2)) {72 while (oci_fetch_row($cursor3)) {85 while (oci_fetch_row($cursor4)) {98 while (oci_fetch_row($cursor5)) {111 while (oci_fetch_row($s6)) {138 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
61 while (($row = oci_fetch_row($s1)) != false) {64 while (($row = oci_fetch_row($s)) != false) {73 while (($row = oci_fetch_row($s1)) != false) {76 $row = oci_fetch_row($s);79 while (($row = oci_fetch_row($s1)) != false) {82 while (($row = oci_fetch_row($s)) != false) {92 while (($row = oci_fetch_row($s)) != false) { // parent
2 oci_fetch_row()35 while ($row = oci_fetch_row($s)) {
61 while (($row = oci_fetch_row($s)) != false)67 while (($row = oci_fetch_row($s)) != false)73 while (($row = oci_fetch_row($s)) != false)
58 while (($row = oci_fetch_row($s)) !== false)68 while (($row = oci_fetch_row($s)) !== false)80 while (($row = oci_fetch_row($s)) !== false)90 while (($row = oci_fetch_row($s)) !== false)
58 while (($row = oci_fetch_row($s)) != false)65 while (($row = oci_fetch_row($s)) != false)72 while (($row = oci_fetch_row($s)) != false)
37 $row = oci_fetch_row($stmt);55 $row = oci_fetch_row($stmt);
48 $r = oci_fetch_row($s);52 $r = oci_fetch_row($s);
53 while (($row = oci_fetch_row($s)) != false) {67 $row = oci_fetch_row($s);
31 $row = oci_fetch_row($stmt);
32 $row = oci_fetch_row($stmt);
81 while (($r = oci_fetch_row($s))) {100 while (($r = oci_fetch_row($s1)) !== false) {111 while (($r = oci_fetch_row($s1)) !== false) {
96 var_dump(oci_fetch_row($cur1));105 var_dump(oci_fetch_row($cur1));121 var_dump(oci_fetch_row($cur1));
34 var_dump(oci_fetch_row($s));
111 var_dump(oci_fetch_row($cur1));122 var_dump(oci_fetch_row($cur1));
75 echo "\nTest 3 - oci_fetch_row\n";78 while (($row = oci_fetch_row($s)) != false)235 Test 3 - oci_fetch_row
54 $row = oci_fetch_row($s);
47 $row = oci_fetch_row($s);
66 var_dump(oci_fetch_row($data['CURS1']));
46 while ($row = oci_fetch_row($s)) {
104 var_dump(oci_fetch_row($cur1));
591 ZEND_FUNCTION(oci_fetch_row);695 ZEND_FE(oci_fetch_row, arginfo_oci_fetch_row)
Completed in 27 milliseconds