Searched refs:oci_set_prefetch (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/oci8/tests/ |
H A D | prefetch.phpt | 2 oci_set_prefetch() 30 var_dump(oci_set_prefetch($s, 10));
|
H A D | imp_res_prefetch.phpt | 55 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 D | refcur_prefetch_4.phpt | 106 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 D | default_prefetch2.phpt | 32 var_dump(oci_set_prefetch($s, 10));
|
H A D | refcur_prefetch_1.phpt | 2 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 D | refcur_prefetch_2.phpt | 92 oci_set_prefetch($cur1,0); 101 oci_set_prefetch($cur1,5); 120 oci_set_prefetch($cur1,5);
|
/PHP-8.0/ext/oci8/ |
H A D | oci8_arginfo.h | 596 ZEND_FUNCTION(oci_set_prefetch); 709 ZEND_FE(oci_set_prefetch, arginfo_oci_set_prefetch) 710 ZEND_DEP_FALIAS(ocisetprefetch, oci_set_prefetch, arginfo_ocisetprefetch)
|
H A D | oci8.stub.php | 370 function oci_set_prefetch($statement, int $rows): bool {} function
|
H A D | oci8_interface.c | 1611 PHP_FUNCTION(oci_set_prefetch) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds