Home
last modified time | relevance | path

Searched refs:oci_fetch (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.1/ext/oci8/tests/
H A Dimp_res_4.phpt2 Oracle Database 12c Implicit Result Sets: oci_fetch
41 oci_fetch($s); // This will fail with ORA-24374
49 oci_fetch($s); // This will fail with ORA-24374
66 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d
75 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d
H A Ddefine2.phpt38 while (oci_fetch($stmt)) {
48 while (oci_fetch($stmt)) {
58 while (oci_fetch($stmt)) {
68 while (oci_fetch($stmt)) {
100 Warning: oci_fetch(): ORA-00932: inconsistent datatypes%s on line %d
H A Ddefine3.phpt47 while (oci_fetch($stmt)) {
57 while (oci_fetch($stmt)) {
66 while (oci_fetch($stmt)) {
76 while (oci_fetch($stmt)) {
107 Warning: oci_fetch(): ORA-00932: %s on line %d
H A Dbug36096.phpt2 Bug #36096 (oci_result() returns garbage after oci_fetch() failed)
14 var_dump(oci_fetch($stmt));
H A Ddefine5.phpt27 while (oci_fetch($stmt)) {
37 while (oci_fetch($stmt)) {
44 while (oci_fetch($stmt)) {
H A Ddefine0.phpt31 while (oci_fetch($stmt)) {
41 while (oci_fetch($s2)) {
H A Dbind_query.phpt39 while (oci_fetch($s)) {
51 while (oci_fetch($s)) {
H A Ddefine.phpt31 while (oci_fetch($stmt)) {
H A Ddrcp_functions.inc43 while(oci_fetch($s2)) {
54 while(oci_fetch($s2)) {
H A Dconn_attr.inc58 while (oci_fetch($s2)) {
122 while (oci_fetch($s2)) {
133 while (oci_fetch($s2)) {
H A Ddefault_prefetch1.phpt36 var_dump(oci_fetch($s));
H A Ddefault_prefetch2.phpt38 var_dump(oci_fetch($s));
H A Ddefine1.phpt37 while (oci_fetch($stmt)) {
H A Ddefault_prefetch0.phpt36 var_dump(oci_fetch($s));
H A Dfetch.phpt32 while(oci_fetch($s)) {
H A Dprefetch.phpt36 var_dump(oci_fetch($s));
H A Ddefine4.phpt32 while (oci_fetch($stmt)) {
H A Ddriver_name_11gR2.phpt50 oci_fetch($s2);
H A Ddriver_name.phpt53 oci_fetch($s2);
H A Dbug43497.phpt23 $row = oci_fetch($stmt);
38 $row = oci_fetch($stmt);
H A Drefcur_prefetch_3.phpt76 oci_fetch($s);
H A Drefcur_prefetch_4.phpt141 oci_fetch($s);
H A Drefcur_prefetch_2.phpt137 oci_fetch($s);
H A Dbind_misccoltypes.phpt166 while (oci_fetch($s)) {
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h582 ZEND_FUNCTION(oci_fetch);
683 ZEND_FE(oci_fetch, arginfo_oci_fetch)
684 ZEND_DEP_FALIAS(ocifetch, oci_fetch, arginfo_ocifetch)

Completed in 48 milliseconds

12