Searched refs:oci_fetch (Results 1 – 25 of 27) sorted by relevance
12
36 while (oci_fetch($stmt)) {46 while (oci_fetch($stmt)) {56 while (oci_fetch($stmt)) {66 while (oci_fetch($stmt)) {98 Warning: oci_fetch(): ORA-00932: inconsistent datatypes%s on line %d
45 while (oci_fetch($stmt)) {55 while (oci_fetch($stmt)) {64 while (oci_fetch($stmt)) {74 while (oci_fetch($stmt)) {105 Warning: oci_fetch(): ORA-00932: %s on line %d
2 Bug #36096 (oci_result() returns garbage after oci_fetch() failed)14 var_dump(oci_fetch($stmt));
27 while (oci_fetch($stmt)) {37 while (oci_fetch($stmt)) {44 while (oci_fetch($stmt)) {
31 while (oci_fetch($stmt)) {41 while (oci_fetch($s2)) {
39 while (oci_fetch($s)) {51 while (oci_fetch($s)) {
43 while(oci_fetch($s2)) {54 while(oci_fetch($s2)) {
31 while (oci_fetch($stmt)) {
60 while (oci_fetch($s2)) {124 while (oci_fetch($s2)) {135 while (oci_fetch($s2)) {
36 var_dump(oci_fetch($s));
38 var_dump(oci_fetch($s));
34 while (oci_fetch($stmt)) {
32 while (oci_fetch($stmt)) {
47 oci_fetch($s2);
24 $row = oci_fetch($stmt);39 $row = oci_fetch($stmt);
28 $row = oci_fetch($stmt);43 $row = oci_fetch($stmt);
68 oci_fetch($s);
134 oci_fetch($s);
130 oci_fetch($s);
167 while (oci_fetch($s)) {
22 reflection::export(new reflectionfunction('oci_fetch'));238 Function [ <internal%s> function oci_fetch ] {
767 PHP_FUNCTION(oci_fetch);854 PHP_FE(oci_fetch, arginfo_oci_fetch)929 PHP_FALIAS(ocifetch, oci_fetch, arginfo_oci_fetch)
Completed in 39 milliseconds