Home
last modified time | relevance | path

Searched refs:writeTemporary (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/ext/oci8/tests/
H A Dlob_temp1.phpt14 var_dump($blob->writeTemporary("test"));
21 var_dump($blob->writeTemporary("test"));
H A Dlob_temp.phpt14 var_dump($blob->writeTemporary("test"));
22 var_dump($blob->writeTemporary("test"));
H A Dlob_null.phpt41 $lob->writeTemporary(null);
55 $lob->writeTemporary('');
69 $lob->writeTemporary('Inserted via SQL statement');
85 $lob->writeTemporary(null);
99 $lob->writeTemporary('');
113 $lob->writeTemporary('Inserted via procedure parameter');
H A Dlob_042.phpt28 var_dump($blob->writeTemporary("test", OCI_D_LOB));
57 Warning: OCILob::writeTemporary(): Invalid temporary lob type: %d in %s on line %d
H A Dlob_temp2.phpt18 var_dump($clob->writeTemporary("test"));
H A Dbug70700.phpt40 $desc->writeTemporary($string1, OCI_TEMP_CLOB);
71 $desc->writeTemporary($string2, OCI_TEMP_CLOB);
102 $desc->writeTemporary($string3, OCI_TEMP_CLOB);
133 $desc->writeTemporary($string4, OCI_TEMP_CLOB);
H A Dbug44008.phpt33 // OCI-LOB->close() is documented for use only with OCILob->writeTemporary()
H A Dxmltype_02.phpt57 $lob->writeTemporary($xml);
88 $lob->writeTemporary($sx->asXml());
H A Dbug37220.phpt32 $clob->writeTemporary("<MYTAG/>", OCI_TEMP_CLOB);
H A Dbug46994.phpt33 $myclob->writeTemporary("some data", OCI_TEMP_CLOB);
H A Dxmltype_01.phpt65 $lob->writeTemporary($sx->asXml());
H A Dbug43497.phpt123 $clob->writeTemporary($data);
/PHP-8.0/ext/oci8/
H A Doci8_arginfo.h622 ZEND_METHOD(OCILob, writeTemporary);
774 ZEND_ME(OCILob, writeTemporary, arginfo_class_OCILob_writeTemporary, ZEND_ACC_PUBLIC)
H A Doci8.stub.php661 public function writeTemporary(string $data, int $type = OCI_TEMP_CLOB) {} function in OCILob
H A Doci8_interface.c919 PHP_METHOD(OCILob, writeTemporary) in PHP_METHOD() argument

Completed in 22 milliseconds