Home
last modified time | relevance | path

Searched refs:oci_set_prefetch_lob (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dlob_prefetch.phpt50 oci_set_prefetch_lob($stid, $pfl);
64 oci_set_prefetch_lob($stid, $pfl);
91 oci_set_prefetch_lob($stid, $pfl);
111 $r = oci_set_prefetch_lob($s, 0);
115 oci_set_prefetch_lob($s, -1);
155 oci_set_prefetch_lob(): Argument #2 ($prefetch_lob_size) must be greater than or equal to 0
H A Dlob_prefetch_ini.phpt51 oci_set_prefetch_lob($stid, $pfl);
65 oci_set_prefetch_lob($stid, $pfl);
92 oci_set_prefetch_lob($stid, $pfl);
/PHP-8.2/ext/oci8/
H A Doci8_arginfo.h604 ZEND_FUNCTION(oci_set_prefetch_lob);
719 ZEND_FE(oci_set_prefetch_lob, arginfo_oci_set_prefetch_lob)
H A Doci8.stub.php786 function oci_set_prefetch_lob($statement, int $prefetch_lob_size): bool {}
H A Doci8_interface.c1637 PHP_FUNCTION(oci_set_prefetch_lob) in PHP_FUNCTION() argument
/PHP-8.2/
H A DUPGRADING112 . Added an oci8.prefetch_lob_size directive and oci_set_prefetch_lob()

Completed in 39 milliseconds