Searched refs:erase (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/oci8/tests/ |
H A D | lob_020.phpt | 2 oci_lob_write()/erase()/read() with CLOBs 30 var_dump($clob->erase(10,20)); 44 var_dump($clob->erase()); 50 var_dump($clob->erase(-10)); 57 var_dump($clob->erase(10,-20)); 64 var_dump($clob->erase(-10,-20)); 130 Warning: OCILob::erase(): ORA-22990: %s in %s on line %d 136 OCILob::erase(): Argument #1 ($offset) must be greater than or equal to 0 139 OCILob::erase(): Argument #2 ($length) must be greater than or equal to 0 142 OCILob::erase(): Argument #1 ($offset) must be greater than or equal to 0
|
H A D | lob_019.phpt | 2 oci_lob_write()/erase()/read() with BLOBs 30 var_dump($blob->erase(0, 10));
|
H A D | lob_006.phpt | 2 oci_lob_write()/truncate()/erase() 33 var_dump($blob->erase(10, 10));
|
/PHP-8.0/docs/ |
H A D | output-api.md | 15 // php_start_ob_buffer(zhandler, chunk_size, erase); 19 …p_ob_set_internal_handler(my_php_output_handler_func_t, buffer_size, "output handler name", erase);
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 628 public function erase(?int $offset = null, ?int $length = null) {} function in OCILob
|
H A D | oci8_arginfo.h | 768 ZEND_ME_MAPPING(erase, oci_lob_erase, arginfo_class_OCILob_erase, ZEND_ACC_PUBLIC)
|
Completed in 11 milliseconds