Searched refs:oci_lob_erase (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/oci8/tests/ |
H A D | lob_020.phpt | 74 var_dump(oci_lob_erase($clob)); 81 var_dump(oci_lob_erase($clob,-10)); 88 var_dump(oci_lob_erase($clob,10,-20)); 95 var_dump(oci_lob_erase($clob,-10,-20)); 102 var_dump(oci_lob_erase($clob,10,20)); 148 Warning: oci_lob_erase(): ORA-22990: %s in %s on line %d 152 oci_lob_erase(): Argument #2 ($offset) must be greater than or equal to 0 155 oci_lob_erase(): Argument #3 ($length) must be greater than or equal to 0 158 oci_lob_erase(): Argument #2 ($offset) must be greater than or equal to 0 162 Warning: oci_lob_erase(): Unable to find descriptor property in %s on line %d
|
H A D | lob_aliases.phpt | 18 var_dump(function_exists('oci_lob_erase'));
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_arginfo.h | 563 ZEND_FUNCTION(oci_lob_erase); 651 ZEND_FE(oci_lob_erase, arginfo_oci_lob_erase) 770 ZEND_ME_MAPPING(erase, oci_lob_erase, arginfo_class_OCILob_erase, ZEND_ACC_PUBLIC)
|
H A D | oci8.stub.php | 81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {} function
|
H A D | oci8_interface.c | 625 PHP_FUNCTION(oci_lob_erase) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds