Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/tests/
H A Dprefetch.phpt2 oci_set_prefetch()
30 var_dump(oci_set_prefetch($s, 10));
H A Dimp_res_prefetch.phpt55 var_dump(oci_set_prefetch($s, 0));
62 var_dump(oci_set_prefetch($s, 1));
69 var_dump(oci_set_prefetch($s, 2));
H A Drefcur_prefetch_4.phpt106 oci_set_prefetch($cur1,5);
121 oci_set_prefetch($cur1,5);
122 oci_set_prefetch($cur1,0);
123 oci_set_prefetch($cur1,100);
H A Drefcur_prefetch_1.phpt2 Prefetch with REF cursor. Test different values for prefetch with oci_set_prefetch().
84 oci_set_prefetch($cur1,$value);
212 Warning: oci_set_prefetch(): Number of rows to be prefetched has to be greater than or equal to 0 i…
227 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.phpt92 oci_set_prefetch($cur1,0);
101 oci_set_prefetch($cur1,5);
120 oci_set_prefetch($cur1,5);
H A Dreflection1.phpt66 reflection::export(new reflectionfunction('oci_set_prefetch'));
589 Function [ <internal%s> function oci_set_prefetch ] {
/PHP-7.4/ext/oci8/
H A Doci8.c676 PHP_FUNCTION(oci_set_prefetch);
780 PHP_FE(oci_set_prefetch, arginfo_oci_set_prefetch)
838 PHP_FALIAS(ocisetprefetch, oci_set_prefetch, arginfo_oci_set_prefetch)
H A Doci8_interface.c1827 PHP_FUNCTION(oci_set_prefetch) in PHP_FUNCTION() argument

Completed in 26 milliseconds