Searched refs:OCI_TEMP_CLOB (Results 1 – 7 of 7) sorted by relevance
42 $desc->writeTemporary($string1, OCI_TEMP_CLOB);73 $desc->writeTemporary($string2, OCI_TEMP_CLOB);104 $desc->writeTemporary($string3, OCI_TEMP_CLOB);135 $desc->writeTemporary($string4, OCI_TEMP_CLOB);
34 $clob->writeTemporary("<MYTAG/>", OCI_TEMP_CLOB);
35 $myclob->writeTemporary("some data", OCI_TEMP_CLOB);
340 const OCI_TEMP_CLOB = UNKNOWN; define1071 public function writeTemporary(string $data, int $type = OCI_TEMP_CLOB): bool {}
902 case OCI_TEMP_CLOB: in php_oci_lob_write_tmp()
869 REGISTER_LONG_CONSTANT("OCI_TEMP_CLOB", OCI_TEMP_CLOB, CONST_PERSISTENT); in register_oci8_symbols()
925 zend_long type = OCI_TEMP_CLOB; in PHP_METHOD()
Completed in 18 milliseconds