Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/tests/
H A Dlob_020.phpt2 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 Dlob_019.phpt2 oci_lob_write()/erase()/read() with BLOBs
30 var_dump($blob->erase(0, 10));
H A Dlob_006.phpt2 oci_lob_write()/truncate()/erase()
33 var_dump($blob->erase(10, 10));
/PHP-8.0/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.0/ext/oci8/
H A Doci8.stub.php628 public function erase(?int $offset = null, ?int $length = null) {} function in OCILob
H A Doci8_arginfo.h768 ZEND_ME_MAPPING(erase, oci_lob_erase, arginfo_class_OCILob_erase, ZEND_ACC_PUBLIC)

Completed in 11 milliseconds