Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/tests/
H A Dlob_020.phpt72 var_dump(oci_lob_erase($clob));
79 var_dump(oci_lob_erase($clob,-10));
86 var_dump(oci_lob_erase($clob,10,-20));
93 var_dump(oci_lob_erase($clob,-10,-20));
100 var_dump(oci_lob_erase($clob,10,20));
146 Warning: oci_lob_erase(): ORA-22990: %s in %s on line %d
150 oci_lob_erase(): Argument #2 ($offset) must be greater than or equal to 0
153 oci_lob_erase(): Argument #3 ($length) must be greater than or equal to 0
156 oci_lob_erase(): Argument #2 ($offset) must be greater than or equal to 0
160 Warning: oci_lob_erase(): Unable to find descriptor property in %s on line %d
H A Dlob_aliases.phpt16 var_dump(function_exists('oci_lob_erase'));
/PHP-8.0/ext/oci8/
H A Doci8_arginfo.h561 ZEND_FUNCTION(oci_lob_erase);
649 ZEND_FE(oci_lob_erase, arginfo_oci_lob_erase)
768 ZEND_ME_MAPPING(erase, oci_lob_erase, arginfo_class_OCILob_erase, ZEND_ACC_PUBLIC)
H A Doci8.stub.php81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {} function
H A Doci8_interface.c625 PHP_FUNCTION(oci_lob_erase) in PHP_FUNCTION() argument

Completed in 19 milliseconds