Searched refs:oci_fetch_row (Results 1 – 25 of 30) sorted by relevance
12
45 var_dump(oci_fetch_row($cursor));46 var_dump(oci_fetch_row($cursor));47 var_dump(oci_fetch_row($cursor));48 var_dump(oci_fetch_row($cursor));
44 while (oci_fetch_row($cursor1)) {58 while (oci_fetch_row($cursor2)) {71 while (oci_fetch_row($cursor3)) {84 while (oci_fetch_row($cursor4)) {97 while (oci_fetch_row($cursor5)) {110 while (oci_fetch_row($s6)) {137 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
60 while (($row = oci_fetch_row($s1)) != false) {63 while (($row = oci_fetch_row($s)) != false) {72 while (($row = oci_fetch_row($s1)) != false) {75 $row = oci_fetch_row($s);78 while (($row = oci_fetch_row($s1)) != false) {81 while (($row = oci_fetch_row($s)) != false) {91 while (($row = oci_fetch_row($s)) != false) { // parent
2 oci_fetch_row()31 while ($row = oci_fetch_row($s)) {
60 while (($row = oci_fetch_row($s)) != false)66 while (($row = oci_fetch_row($s)) != false)72 while (($row = oci_fetch_row($s)) != false)
57 while (($row = oci_fetch_row($s)) !== false)67 while (($row = oci_fetch_row($s)) !== false)79 while (($row = oci_fetch_row($s)) !== false)89 while (($row = oci_fetch_row($s)) !== false)
57 while (($row = oci_fetch_row($s)) != false)64 while (($row = oci_fetch_row($s)) != false)71 while (($row = oci_fetch_row($s)) != false)
36 $row = oci_fetch_row($stmt);54 $row = oci_fetch_row($stmt);
47 $r = oci_fetch_row($s);51 $r = oci_fetch_row($s);
52 while (($row = oci_fetch_row($s)) != false) {66 $row = oci_fetch_row($s);
30 $row = oci_fetch_row($stmt);
31 $row = oci_fetch_row($stmt);
80 while (($r = oci_fetch_row($s))) {99 while (($r = oci_fetch_row($s1)) !== false) {110 while (($r = oci_fetch_row($s1)) !== false) {
94 var_dump(oci_fetch_row($cur1));103 var_dump(oci_fetch_row($cur1));119 var_dump(oci_fetch_row($cur1));
30 var_dump(oci_fetch_row($s));
109 var_dump(oci_fetch_row($cur1));120 var_dump(oci_fetch_row($cur1));
74 echo "\nTest 3 - oci_fetch_row\n";77 while (($row = oci_fetch_row($s)) != false)234 Test 3 - oci_fetch_row
53 $row = oci_fetch_row($s);
46 $row = oci_fetch_row($s);
64 var_dump(oci_fetch_row($data['CURS1']));
45 while ($row = oci_fetch_row($s)) {
102 var_dump(oci_fetch_row($cur1));
591 ZEND_FUNCTION(oci_fetch_row);695 ZEND_FE(oci_fetch_row, arginfo_oci_fetch_row)
Completed in 17 milliseconds