Searched refs:oci_fetch (Results 1 – 25 of 27) sorted by relevance
12
2 Oracle Database 12c Implicit Result Sets: oci_fetch41 oci_fetch($s); // This will fail with ORA-2437449 oci_fetch($s); // This will fail with ORA-2437466 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d75 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d
38 while (oci_fetch($stmt)) {48 while (oci_fetch($stmt)) {58 while (oci_fetch($stmt)) {68 while (oci_fetch($stmt)) {100 Warning: oci_fetch(): ORA-00932: inconsistent datatypes%s on line %d
47 while (oci_fetch($stmt)) {57 while (oci_fetch($stmt)) {66 while (oci_fetch($stmt)) {76 while (oci_fetch($stmt)) {107 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)) {
31 while (oci_fetch($stmt)) {
43 while(oci_fetch($s2)) {54 while(oci_fetch($s2)) {
58 while (oci_fetch($s2)) {122 while (oci_fetch($s2)) {133 while (oci_fetch($s2)) {
32 while(oci_fetch($s)) {
36 var_dump(oci_fetch($s));
38 var_dump(oci_fetch($s));
37 while (oci_fetch($stmt)) {
32 while (oci_fetch($stmt)) {
53 oci_fetch($s2);
50 oci_fetch($s2);
23 $row = oci_fetch($stmt);38 $row = oci_fetch($stmt);
76 oci_fetch($s);
141 oci_fetch($s);
137 oci_fetch($s);
166 while (oci_fetch($s)) {
587 ZEND_FUNCTION(oci_fetch);689 ZEND_FE(oci_fetch, arginfo_oci_fetch)690 ZEND_DEP_FALIAS(ocifetch, oci_fetch, arginfo_ocifetch)
Completed in 18 milliseconds