Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/oci8/tests/
H A Dcursors.phpt37 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
H A Dlob_041.phpt31 $data = oci_fetch_assoc($s);
42 $data = oci_fetch_assoc($s);
52 $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.phpt38 var_dump(oci_fetch_assoc($cursor));
54 Warning: oci_fetch_assoc(): ORA-24338: %s in %s on line %d
H A Dlob_016.phpt31 $row = oci_fetch_assoc($statement);
44 $row = oci_fetch_assoc($statement);
H A Dpecl_bug10194.phpt34 $row = oci_fetch_assoc($statement);
48 $row = oci_fetch_assoc($statement);
H A Dlob_017.phpt33 $row = oci_fetch_assoc($statement);
46 $row = oci_fetch_assoc($statement);
H A Dlob_037.phpt57 $rows[0] = oci_fetch_assoc($s);
58 $rows[1] = oci_fetch_assoc($s);
H A Dpecl_bug10194_blob.phpt34 $row = oci_fetch_assoc($statement);
50 $row = oci_fetch_assoc($statement);
H A Dpecl_bug10194_blob_64.phpt35 $row = oci_fetch_assoc($statement);
51 $row = oci_fetch_assoc($statement);
H A Dbug35973.phpt27 var_dump($data = oci_fetch_assoc($s3));
H A Ddescriptors.phpt37 var_dump($row = oci_fetch_assoc($statement));
H A Dbug40415.phpt52 while ($row = oci_fetch_assoc($stmt)) {
55 while ($row_n = oci_fetch_assoc($row['CURSOR']) ) {
H A Dbug42496_2.phpt36 while ($arr = oci_fetch_assoc($s)) {
H A Dbug42496_1.phpt38 while ($arr = oci_fetch_assoc($s)) {
H A Doci_execute_segfault.phpt38 while ($arr = oci_fetch_assoc($s)) {
H A Ddb_op_1.phpt36 var_dump(oci_fetch_assoc($s));
H A Dbug38173.phpt54 while ( $row = oci_fetch_assoc($sth) ) {
H A Dpecl_bug8816.phpt60 while ( $row = oci_fetch_assoc($sth) ) {
H A Ddb_op_2.phpt34 var_dump(oci_fetch_assoc($s));
H A Dimp_res_1.phpt62 echo "Test 1 - oci_fetch_assoc\n";
65 while (($row = oci_fetch_assoc($s)) != false)
122 Test 1 - oci_fetch_assoc
H A Dimp_res_6.phpt51 $row = oci_fetch_assoc($s);
H A Dimp_res_cursor.phpt56 while (($row = oci_fetch_assoc($s)) != false) {
H A Dimp_res_get_cursor.phpt56 while (($row = oci_fetch_assoc($s)) != false) {
H A Dbug42841.phpt104 while ($row = oci_fetch_assoc($cur)) {

Completed in 24 milliseconds

12