Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/tests/
H A Dlob_020.phpt2 oci_lob_write()/erase()/read() with CLOBs
32 var_dump($clob->erase(10,20));
46 var_dump($clob->erase());
52 var_dump($clob->erase(-10));
59 var_dump($clob->erase(10,-20));
66 var_dump($clob->erase(-10,-20));
132 Warning: OCILob::erase(): ORA-22990: %s in %s on line %d
138 OCILob::erase(): Argument #1 ($offset) must be greater than or equal to 0
141 OCILob::erase(): Argument #2 ($length) must be greater than or equal to 0
144 OCILob::erase(): Argument #1 ($offset) must be greater than or equal to 0
H A Dlob_019.phpt2 oci_lob_write()/erase()/read() with BLOBs
32 var_dump($blob->erase(0, 10));
H A Dlob_006.phpt2 oci_lob_write()/truncate()/erase()
35 var_dump($blob->erase(10, 10));
/PHP-8.1/docs/
H A Doutput-api.md15 // 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.1/ext/oci8/
H A Doci8.stub.php633 public function erase(?int $offset = null, ?int $length = null): int|false {} function in OCILob
H A Doci8_arginfo.h770 ZEND_ME_MAPPING(erase, oci_lob_erase, arginfo_class_OCILob_erase, ZEND_ACC_PUBLIC)

Completed in 13 milliseconds