Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/tests/
H A Dprefetch.phpt2 oci_set_prefetch()
30 var_dump(oci_set_prefetch($s, 10));
H A Dimp_res_prefetch.phpt56 var_dump(oci_set_prefetch($s, 0));
63 var_dump(oci_set_prefetch($s, 1));
70 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().
99 oci_set_prefetch($cur1,$value);
226 oci_set_prefetch(): Argument #2 ($rows) must be greater than or equal to 0
230 oci_set_prefetch(): Argument #2 ($rows) must be greater than or equal to 0
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);
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h598 ZEND_FUNCTION(oci_set_prefetch);
711 ZEND_FE(oci_set_prefetch, arginfo_oci_set_prefetch)
712 ZEND_DEP_FALIAS(ocisetprefetch, oci_set_prefetch, arginfo_ocisetprefetch)
H A Doci8.stub.php375 function oci_set_prefetch($statement, int $rows): bool {} function
H A Doci8_interface.c1611 PHP_FUNCTION(oci_set_prefetch) in PHP_FUNCTION() argument

Completed in 36 milliseconds