Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/tests/
H A Dlob_prefetch.phpt51 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 Dlob_prefetch_ini.phpt52 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 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

Completed in 20 milliseconds