Searched refs:oci_fetch_assoc (Results 1 – 25 of 29) sorted by relevance
12
35 while ($data = oci_fetch_assoc($stmt)) {37 $subdata = oci_fetch_assoc($data["CURS"]);40 $subdata = oci_fetch_assoc($data["CURS"]);65 Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
29 $data = oci_fetch_assoc($s);40 $data = oci_fetch_assoc($s);50 $data = oci_fetch_assoc($s);
2 oci_fetch_assoc()29 while ($row = oci_fetch_assoc($s)) {
36 var_dump(oci_fetch_assoc($cursor));52 Warning: oci_fetch_assoc(): ORA-24338: %s in %s on line %d
29 $row = oci_fetch_assoc($statement);42 $row = oci_fetch_assoc($statement);
32 $row = oci_fetch_assoc($statement);46 $row = oci_fetch_assoc($statement);
31 $row = oci_fetch_assoc($statement);44 $row = oci_fetch_assoc($statement);
55 $rows[0] = oci_fetch_assoc($s);56 $rows[1] = oci_fetch_assoc($s);
32 $row = oci_fetch_assoc($statement);48 $row = oci_fetch_assoc($statement);
33 $row = oci_fetch_assoc($statement);49 $row = oci_fetch_assoc($statement);
25 var_dump($data = oci_fetch_assoc($s3));
35 var_dump($row = oci_fetch_assoc($statement));
50 while ($row = oci_fetch_assoc($stmt)) {53 while ($row_n = oci_fetch_assoc($row['CURSOR']) ) {
34 while ($arr = oci_fetch_assoc($s)) {
36 while ($arr = oci_fetch_assoc($s)) {
35 var_dump(oci_fetch_assoc($s));
58 while ( $row = oci_fetch_assoc($sth) ) {
52 while ( $row = oci_fetch_assoc($sth) ) {
33 var_dump(oci_fetch_assoc($s));
61 echo "Test 1 - oci_fetch_assoc\n";64 while (($row = oci_fetch_assoc($s)) != false)123 Test 1 - oci_fetch_assoc
50 $row = oci_fetch_assoc($s);
55 while (($row = oci_fetch_assoc($s)) != false) {
52 var_dump(oci_fetch_assoc($stmt));
Completed in 21 milliseconds