Home
last modified time | relevance | path

Searched refs:oci_fetch_assoc (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.4/ext/oci8/tests/
H A Dcursors.phpt35 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
H A Dlob_041.phpt29 $data = oci_fetch_assoc($s);
40 $data = oci_fetch_assoc($s);
50 $data = oci_fetch_assoc($s);
H A Dfetch_assoc.phpt2 oci_fetch_assoc()
29 while ($row = oci_fetch_assoc($s)) {
H A Dcursor_bind_err.phpt36 var_dump(oci_fetch_assoc($cursor));
52 Warning: oci_fetch_assoc(): ORA-24338: %s in %s on line %d
H A Dlob_016.phpt29 $row = oci_fetch_assoc($statement);
42 $row = oci_fetch_assoc($statement);
H A Dlob_037.phpt55 $rows[0] = oci_fetch_assoc($s);
56 $rows[1] = oci_fetch_assoc($s);
H A Dpecl_bug10194.phpt32 $row = oci_fetch_assoc($statement);
46 $row = oci_fetch_assoc($statement);
H A Dlob_017.phpt31 $row = oci_fetch_assoc($statement);
44 $row = oci_fetch_assoc($statement);
H A Dpecl_bug10194_blob.phpt32 $row = oci_fetch_assoc($statement);
48 $row = oci_fetch_assoc($statement);
H A Dpecl_bug10194_blob_64.phpt33 $row = oci_fetch_assoc($statement);
49 $row = oci_fetch_assoc($statement);
H A Dbug35973.phpt25 var_dump($data = oci_fetch_assoc($s3));
H A Ddescriptors.phpt35 var_dump($row = oci_fetch_assoc($statement));
H A Dbug42496_2.phpt34 while ($arr = oci_fetch_assoc($s)) {
H A Dbug40415.phpt50 while ($row = oci_fetch_assoc($stmt)) {
53 while ($row_n = oci_fetch_assoc($row['CURSOR']) ) {
H A Dbug42496_1.phpt36 while ($arr = oci_fetch_assoc($s)) {
H A Doci_execute_segfault.phpt36 while ($arr = oci_fetch_assoc($s)) {
H A Ddb_op_1.phpt35 var_dump(oci_fetch_assoc($s));
H A Dbug38173.phpt52 while ( $row = oci_fetch_assoc($sth) ) {
H A Dpecl_bug8816.phpt58 while ( $row = oci_fetch_assoc($sth) ) {
H A Ddb_op_2.phpt33 var_dump(oci_fetch_assoc($s));
H A Dimp_res_1.phpt61 echo "Test 1 - oci_fetch_assoc\n";
64 while (($row = oci_fetch_assoc($s)) != false)
123 Test 1 - oci_fetch_assoc
H A Dimp_res_cursor.phpt55 while (($row = oci_fetch_assoc($s)) != false) {
H A Dimp_res_6.phpt50 $row = oci_fetch_assoc($s);
H A Dimp_res_get_cursor.phpt55 while (($row = oci_fetch_assoc($s)) != false) {
H A Dbug71148.phpt52 var_dump(oci_fetch_assoc($stmt));

Completed in 36 milliseconds

12