Home
last modified time | relevance | path

Searched refs:OCI_TEMP_CLOB (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dbug70700.phpt42 $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);
H A Dbug37220.phpt34 $clob->writeTemporary("<MYTAG/>", OCI_TEMP_CLOB);
H A Dbug46994.phpt35 $myclob->writeTemporary("some data", OCI_TEMP_CLOB);
/PHP-8.2/ext/oci8/
H A Doci8.stub.php340 const OCI_TEMP_CLOB = UNKNOWN; define
1071 public function writeTemporary(string $data, int $type = OCI_TEMP_CLOB): bool {}
H A Doci8_lob.c902 case OCI_TEMP_CLOB: in php_oci_lob_write_tmp()
H A Doci8_arginfo.h869 REGISTER_LONG_CONSTANT("OCI_TEMP_CLOB", OCI_TEMP_CLOB, CONST_PERSISTENT); in register_oci8_symbols()
H A Doci8_interface.c925 zend_long type = OCI_TEMP_CLOB; in PHP_METHOD()

Completed in 22 milliseconds