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