Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/tests/
H A Dlob_temp1.phpt16 var_dump($blob->writeTemporary("test"));
23 var_dump($blob->writeTemporary("test"));
H A Dlob_temp.phpt16 var_dump($blob->writeTemporary("test"));
24 var_dump($blob->writeTemporary("test"));
H A Dlob_null.phpt45 $lob->writeTemporary(null);
59 $lob->writeTemporary('');
73 $lob->writeTemporary('Inserted via SQL statement');
89 $lob->writeTemporary(null);
103 $lob->writeTemporary('');
117 $lob->writeTemporary('Inserted via procedure parameter');
H A Dlob_042.phpt30 var_dump($blob->writeTemporary("test", OCI_D_LOB));
59 Warning: OCILob::writeTemporary(): Invalid temporary lob type: %d in %s on line %d
H A Dlob_temp2.phpt19 var_dump($clob->writeTemporary("test"));
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 Dbug44008.phpt35 // OCI-LOB->close() is documented for use only with OCILob->writeTemporary()
H A Dxmltype_02.phpt59 $lob->writeTemporary($xml);
90 $lob->writeTemporary($sx->asXml());
H A Dbug37220.phpt34 $clob->writeTemporary("<MYTAG/>", OCI_TEMP_CLOB);
H A Dbug46994.phpt35 $myclob->writeTemporary("some data", OCI_TEMP_CLOB);
H A Dxmltype_01.phpt67 $lob->writeTemporary($sx->asXml());
H A Dbug43497.phpt125 $clob->writeTemporary($data);
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h624 ZEND_METHOD(OCILob, writeTemporary);
776 ZEND_ME(OCILob, writeTemporary, arginfo_class_OCILob_writeTemporary, ZEND_ACC_PUBLIC)
H A Doci8.stub.php666 public function writeTemporary(string $data, int $type = OCI_TEMP_CLOB): bool {} function in OCILob
H A Doci8_interface.c919 PHP_METHOD(OCILob, writeTemporary) in PHP_METHOD() argument

Completed in 22 milliseconds