Home
last modified time | relevance | path

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

/PHP-5.5/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 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 Dlob_037.phpt55 $rows[0] = oci_fetch_assoc($s);
56 $rows[1] = oci_fetch_assoc($s);
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 Dbug40415.phpt50 while ($row = oci_fetch_assoc($stmt)) {
53 while ($row_n = oci_fetch_assoc($row['CURSOR']) ) {
H A Dbug42496_2.phpt34 while ($arr = oci_fetch_assoc($s)) {
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 Dbug38173.phpt52 while ( $row = oci_fetch_assoc($sth) ) {
H A Dpecl_bug8816.phpt58 while ( $row = oci_fetch_assoc($sth) ) {
H A Dlob_null.phpt155 while ($arr = oci_fetch_assoc($s)) {
H A Dreflection1.phpt25 reflection::export(new reflectionfunction('oci_fetch_assoc'));
259 Function [ <internal%s> function oci_fetch_assoc ] {
/PHP-5.5/ext/oci8/
H A Doci8.c772 PHP_FUNCTION(oci_fetch_assoc);
857 PHP_FE(oci_fetch_assoc, arginfo_oci_fetch_assoc)
H A Doci8_interface.c1530 PHP_FUNCTION(oci_fetch_assoc) argument

Completed in 88 milliseconds