Searched refs:oci_fetch (Results 1 – 25 of 27) sorted by relevance
12
2 Oracle Database 12c Implicit Result Sets: oci_fetch40 oci_fetch($s); // This will fail with ORA-2437448 oci_fetch($s); // This will fail with ORA-2437467 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d76 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d
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)) {
58 while (oci_fetch($s2)) {122 while (oci_fetch($s2)) {133 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)) {
56 oci_fetch($s2);
21 $row = oci_fetch($stmt);36 $row = oci_fetch($stmt);
76 oci_fetch($s);
141 oci_fetch($s);
137 oci_fetch($s);
164 while (oci_fetch($s)) {
22 reflection::export(new reflectionfunction('oci_fetch'));239 Function [ <internal%s> function oci_fetch ] {
775 PHP_FUNCTION(oci_fetch);866 PHP_FE(oci_fetch, arginfo_oci_fetch)945 PHP_FALIAS(ocifetch, oci_fetch, arginfo_oci_fetch)
Completed in 51 milliseconds