Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_4.phpt2 Oracle Database 12c Implicit Result Sets: oci_fetch
40 oci_fetch($s); // This will fail with ORA-24374
48 oci_fetch($s); // This will fail with ORA-24374
67 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d
76 Warning: oci_fetch(): ORA-24374: %s in %simp_res_4.php on line %d
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 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_prefetch2.phpt38 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 Dprefetch.phpt36 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.phpt53 oci_fetch($s2);
H A Ddriver_name_11gR2.phpt50 oci_fetch($s2);
H A Dbug43497.phpt21 $row = oci_fetch($stmt);
36 $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.phpt164 while (oci_fetch($s)) {
H A Dreflection1.phpt22 reflection::export(new reflectionfunction('oci_fetch'));
239 Function [ <internal%s> function oci_fetch ] {
/PHP-7.4/ext/oci8/
H A Doci8.c647 PHP_FUNCTION(oci_fetch);
734 PHP_FE(oci_fetch, arginfo_oci_fetch)
814 PHP_FALIAS(ocifetch, oci_fetch, arginfo_oci_fetch)

Completed in 31 milliseconds

12