Home
last modified time | relevance | path

Searched refs:oci_new_descriptor (Results 1 – 25 of 59) sorted by relevance

123

/PHP-8.3/ext/oci8/tests/
H A Dlob_028.phpt2 Test descriptor types for oci_new_descriptor()
18 $d = oci_new_descriptor($c, OCI_D_FILE);
21 $d = oci_new_descriptor($c, OCI_DTYPE_FILE);
24 $d = oci_new_descriptor($c, OCI_D_LOB);
27 $d = oci_new_descriptor($c, OCI_DTYPE_LOB);
30 $d = oci_new_descriptor($c, OCI_D_ROWID);
33 $d = oci_new_descriptor($c, OCI_DTYPE_ROWID);
38 $d = oci_new_descriptor($c, OCI_B_CLOB);
41 $d = oci_new_descriptor($c, OCI_B_CLOB);
44 $d = oci_new_descriptor($c, OCI_DEFAULT);
[all …]
H A Dlob_null.phpt44 $lob = oci_new_descriptor($c, OCI_D_LOB);
58 $lob = oci_new_descriptor($c, OCI_D_LOB);
72 $lob = oci_new_descriptor($c, OCI_D_LOB);
88 $lob = oci_new_descriptor($c, OCI_D_LOB);
102 $lob = oci_new_descriptor($c, OCI_D_LOB);
116 $lob = oci_new_descriptor($c, OCI_D_LOB);
132 $lob = oci_new_descriptor($c, OCI_D_LOB);
139 $lob = oci_new_descriptor($c, OCI_D_LOB);
146 $lob = oci_new_descriptor($c, OCI_D_LOB);
175 $lob = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_temp1.phpt16 $blob = oci_new_descriptor($c,OCI_D_LOB);
23 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_temp.phpt16 $blob = oci_new_descriptor($c,OCI_D_LOB);
24 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_018.phpt29 $clob = oci_new_descriptor($c, OCI_D_LOB);
38 $clob = oci_new_descriptor($c, OCI_D_LOB);
70 $clob = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_035.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);
41 $blob = oci_new_descriptor($c,OCI_D_LOB);
59 $dummy = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_037.phpt26 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
43 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Dlob_021.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);
46 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_041.phpt29 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
40 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
H A Dlob_011.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);
40 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_001.phpt28 $blob = oci_new_descriptor($c,OCI_D_LOB);
52 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_022.phpt26 $clob = oci_new_descriptor($c, OCI_D_LOB);
36 $clob = oci_new_descriptor($c, OCI_D_LOB);
H A Dbug36010.phpt20 $clob = oci_new_descriptor($conn, OCI_D_LOB);
H A Dbug26133.phpt28 $rowid = oci_new_descriptor($c,OCI_D_ROWID);
H A Dlob_032.phpt25 $clob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_temp2.phpt19 $clob = oci_new_descriptor($c, OCI_D_LOB);
H A Ddefine3.phpt25 $fileimage = oci_new_descriptor($c,OCI_D_LOB);
72 $fid = oci_new_descriptor($c,OCI_D_LOB);
H A Dbug70700.phpt41 $desc = oci_new_descriptor($c, OCI_D_LOB);
72 $desc = oci_new_descriptor($c, OCI_D_LOB);
103 $desc = oci_new_descriptor($c, OCI_D_LOB);
134 $desc = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_033.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_036.phpt25 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Dlob_010.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Ddescriptors.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_014.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dnull_byte_1.phpt25 $lob = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_012.phpt25 $blob = oci_new_descriptor($c,OCI_D_LOB);

Completed in 30 milliseconds

123