Home
last modified time | relevance | path

Searched refs:oci_set_prefetch (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/oci8/tests/
H A Dprefetch.phpt2 oci_set_prefetch()
30 var_dump(oci_set_prefetch($s, 10));
H A Drefcur_prefetch_4.phpt99 oci_set_prefetch($cur1,5);
114 oci_set_prefetch($cur1,5);
115 oci_set_prefetch($cur1,0);
116 oci_set_prefetch($cur1,100);
H A Drefcur_prefetch_1.phpt2 Prefetch with REF cursor. Test different values for prefetch with oci_set_prefetch().
77 oci_set_prefetch($cur1,$value);
205 Warning: oci_set_prefetch(): Number of rows to be prefetched has to be greater than or equal to 0 i…
220 Warning: oci_set_prefetch(): Number of rows to be prefetched has to be greater than or equal to 0 i…
H A Ddefault_prefetch2.phpt32 var_dump(oci_set_prefetch($s, 10));
H A Drefcur_prefetch_2.phpt85 oci_set_prefetch($cur1,0);
94 oci_set_prefetch($cur1,5);
113 oci_set_prefetch($cur1,5);
H A Dreflection1.phpt66 reflection::export(new reflectionfunction('oci_set_prefetch'));
588 Function [ <internal%s> function oci_set_prefetch ] {
/PHP-5.5/ext/oci8/
H A Doci8.c795 PHP_FUNCTION(oci_set_prefetch);
899 PHP_FE(oci_set_prefetch, arginfo_oci_set_prefetch)
953 PHP_FALIAS(ocisetprefetch, oci_set_prefetch, arginfo_oci_set_prefetch)
H A Doci8_interface.c1735 PHP_FUNCTION(oci_set_prefetch) argument

Completed in 27 milliseconds