Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/oci8/tests/
H A Ddefine2.phpt36 while (oci_fetch($stmt)) {
46 while (oci_fetch($stmt)) {
56 while (oci_fetch($stmt)) {
66 while (oci_fetch($stmt)) {
98 Warning: oci_fetch(): ORA-00932: inconsistent datatypes%s on line %d
H A Ddefine3.phpt45 while (oci_fetch($stmt)) {
55 while (oci_fetch($stmt)) {
64 while (oci_fetch($stmt)) {
74 while (oci_fetch($stmt)) {
105 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 Ddrcp_functions.inc43 while(oci_fetch($s2)) {
54 while(oci_fetch($s2)) {
H A Ddefine.phpt31 while (oci_fetch($stmt)) {
H A Dconn_attr.inc60 while (oci_fetch($s2)) {
124 while (oci_fetch($s2)) {
135 while (oci_fetch($s2)) {
H A Dprefetch.phpt36 var_dump(oci_fetch($s));
H A Ddefault_prefetch.phpt36 var_dump(oci_fetch($s));
H A Ddefault_prefetch0.phpt36 var_dump(oci_fetch($s));
H A Ddefault_prefetch1.phpt36 var_dump(oci_fetch($s));
H A Ddefault_prefetch2.phpt38 var_dump(oci_fetch($s));
H A Ddefine1.phpt34 while (oci_fetch($stmt)) {
H A Ddefine4.phpt32 while (oci_fetch($stmt)) {
H A Ddriver_name.phpt47 oci_fetch($s2);
H A Dbug43497.phpt24 $row = oci_fetch($stmt);
39 $row = oci_fetch($stmt);
H A Dbug43497_92.phpt28 $row = oci_fetch($stmt);
43 $row = oci_fetch($stmt);
H A Drefcur_prefetch_3.phpt68 oci_fetch($s);
H A Drefcur_prefetch_4.phpt134 oci_fetch($s);
H A Drefcur_prefetch_2.phpt130 oci_fetch($s);
H A Dbind_misccoltypes.phpt167 while (oci_fetch($s)) {
H A Dreflection1.phpt22 reflection::export(new reflectionfunction('oci_fetch'));
238 Function [ <internal%s> function oci_fetch ] {
/PHP-5.5/ext/oci8/
H A Doci8.c767 PHP_FUNCTION(oci_fetch);
854 PHP_FE(oci_fetch, arginfo_oci_fetch)
929 PHP_FALIAS(ocifetch, oci_fetch, arginfo_oci_fetch)

Completed in 53 milliseconds

12