Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/tests/
H A Dlob_020.phpt50 var_dump(oci_lob_erase($clob));
51 var_dump(oci_lob_erase($clob,-10));
52 var_dump(oci_lob_erase($clob,10,-20));
53 var_dump(oci_lob_erase($clob,-10,-20));
54 var_dump(oci_lob_erase($clob,-10,-20, 1));
57 var_dump(oci_lob_erase($clob,10,20));
105 Warning: oci_lob_erase(): Offset must be greater than or equal to 0 in %s on line %d
108 Warning: oci_lob_erase(): Length must be greater than or equal to 0 in %s on line %d
111 Warning: oci_lob_erase(): Offset must be greater than or equal to 0 in %s on line %d
114 Warning: oci_lob_erase() expects at most 3 parameters, 4 given in %s on line %d
[all …]
H A Dlob_aliases.phpt16 var_dump(oci_lob_erase());
52 Warning: oci_lob_erase() expects at least 1 parameter, 0 given in %s on line %d
H A Dreflection1.phpt52 reflection::export(new reflectionfunction('oci_lob_erase'));
475 Function [ <internal%s> function oci_lob_erase ] {
/PHP-7.4/ext/oci8/
H A Doci8.c694 PHP_FUNCTION(oci_lob_erase);
766 PHP_FE(oci_lob_erase, arginfo_oci_lob_erase)
855 PHP_FALIAS(erase, oci_lob_erase, arginfo_oci_lob_erase_method)
H A Doci8_interface.c740 PHP_FUNCTION(oci_lob_erase) in PHP_FUNCTION() argument

Completed in 24 milliseconds