Searched refs:oci_lob_erase (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/oci8/tests/ |
H A D | lob_020.phpt | 50 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 D | lob_aliases.phpt | 16 var_dump(oci_lob_erase()); 52 Warning: oci_lob_erase() expects at least 1 parameter, 0 given in %s on line %d
|
H A D | reflection1.phpt | 52 reflection::export(new reflectionfunction('oci_lob_erase')); 474 Function [ <internal%s> function oci_lob_erase ] {
|
/PHP-5.3/ext/oci8/ |
H A D | oci8.c | 811 PHP_FUNCTION(oci_lob_erase); 885 PHP_FE(oci_lob_erase, arginfo_oci_lob_erase) 979 PHP_FALIAS(erase, oci_lob_erase, arginfo_oci_lob_erase_method)
|
H A D | oci8_interface.c | 644 PHP_FUNCTION(oci_lob_erase) argument
|
Completed in 21 milliseconds