Searched refs:oci_set_prefetch_lob (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | lob_prefetch.phpt | 51 oci_set_prefetch_lob($stid, $pfl); 65 oci_set_prefetch_lob($stid, $pfl); 92 oci_set_prefetch_lob($stid, $pfl); 112 $r = oci_set_prefetch_lob($s, 0); 116 oci_set_prefetch_lob($s, -1); 156 oci_set_prefetch_lob(): Argument #2 ($prefetch_lob_size) must be greater than or equal to 0
|
H A D | lob_prefetch_ini.phpt | 52 oci_set_prefetch_lob($stid, $pfl); 66 oci_set_prefetch_lob($stid, $pfl); 93 oci_set_prefetch_lob($stid, $pfl);
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_arginfo.h | 604 ZEND_FUNCTION(oci_set_prefetch_lob); 719 ZEND_FE(oci_set_prefetch_lob, arginfo_oci_set_prefetch_lob)
|
H A D | oci8.stub.php | 786 function oci_set_prefetch_lob($statement, int $prefetch_lob_size): bool {}
|
H A D | oci8_interface.c | 1637 PHP_FUNCTION(oci_set_prefetch_lob) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds