Searched refs:oci_lob_copy (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/oci8/tests/ |
H A D | lob_035.phpt | 2 oci_lob_copy() - 2 62 var_dump(oci_lob_copy($dummy, $row1[0])); 63 var_dump(oci_lob_copy($row2[0], $dummy)); 64 var_dump(oci_lob_copy($row2[0], $row1[0], 0)); 65 var_dump(oci_lob_copy($row2[0], $row1[0], 100000)); 68 var_dump(oci_lob_copy($row2[0], $row1[0], -1)); 102 oci_lob_copy invalid args 104 Warning: oci_lob_copy(): OCI_INVALID_HANDLE in %s on line %d 107 Warning: oci_lob_copy(): OCI_INVALID_HANDLE in %s on line %d 111 oci_lob_copy(): Argument #3 ($length) must be greater than or equal to 0
|
H A D | lob_011.phpt | 2 oci_lob_copy() 55 var_dump(oci_lob_copy($row2[0], $row1[0]));
|
/PHP-8.0/ext/oci8/ |
H A D | oci8_arginfo.h | 565 ZEND_FUNCTION(oci_lob_copy); 653 ZEND_FE(oci_lob_copy, arginfo_oci_lob_copy)
|
H A D | oci8.stub.php | 89 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {} function
|
H A D | oci8_interface.c | 745 PHP_FUNCTION(oci_lob_copy) in PHP_FUNCTION() argument
|
Completed in 13 milliseconds