Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/oci8/tests/
H A Dlob_028.phpt2 Test descriptor types for oci_new_descriptor()
17 $d = oci_new_descriptor($c, OCI_D_FILE);
20 $d = oci_new_descriptor($c, OCI_DTYPE_FILE);
23 $d = oci_new_descriptor($c, OCI_D_LOB);
26 $d = oci_new_descriptor($c, OCI_DTYPE_LOB);
29 $d = oci_new_descriptor($c, OCI_D_ROWID);
32 $d = oci_new_descriptor($c, OCI_DTYPE_ROWID);
37 $d = oci_new_descriptor($c, OCI_B_CLOB);
40 $d = oci_new_descriptor($c, OCI_B_CLOB);
43 $d = oci_new_descriptor($c, OCI_DEFAULT);
[all …]
H A Dlob_null.phpt43 $lob = oci_new_descriptor($c, OCI_D_LOB);
57 $lob = oci_new_descriptor($c, OCI_D_LOB);
71 $lob = oci_new_descriptor($c, OCI_D_LOB);
87 $lob = oci_new_descriptor($c, OCI_D_LOB);
101 $lob = oci_new_descriptor($c, OCI_D_LOB);
115 $lob = oci_new_descriptor($c, OCI_D_LOB);
131 $lob = oci_new_descriptor($c, OCI_D_LOB);
138 $lob = oci_new_descriptor($c, OCI_D_LOB);
145 $lob = oci_new_descriptor($c, OCI_D_LOB);
174 $lob = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_temp1.phpt15 $blob = oci_new_descriptor($c,OCI_D_LOB);
22 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_temp.phpt15 $blob = oci_new_descriptor($c,OCI_D_LOB);
23 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_018.phpt28 $clob = oci_new_descriptor($c, OCI_D_LOB);
37 $clob = oci_new_descriptor($c, OCI_D_LOB);
69 $clob = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_035.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);
40 $blob = oci_new_descriptor($c,OCI_D_LOB);
58 $dummy = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_021.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);
45 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_037.phpt25 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
42 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Dlob_011.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);
39 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_041.phpt28 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
39 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
H A Dlob_022.phpt25 $clob = oci_new_descriptor($c, OCI_D_LOB);
35 $clob = oci_new_descriptor($c, OCI_D_LOB);
H A Dbug36010.phpt19 $clob = oci_new_descriptor($conn, OCI_D_LOB);
H A Dlob_001.phpt27 $blob = oci_new_descriptor($c,OCI_D_LOB);
51 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dbug26133.phpt24 $rowid = oci_new_descriptor($c,OCI_D_ROWID);
H A Dlob_temp2.phpt18 $clob = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_032.phpt24 $clob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_033.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_036.phpt24 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
H A Ddefine3.phpt24 $fileimage = oci_new_descriptor($c,OCI_D_LOB);
71 $fid = oci_new_descriptor($c,OCI_D_LOB);
H A Dbug70700.phpt40 $desc = oci_new_descriptor($c, OCI_D_LOB);
71 $desc = oci_new_descriptor($c, OCI_D_LOB);
102 $desc = oci_new_descriptor($c, OCI_D_LOB);
133 $desc = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_010.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Ddescriptors.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dbug44008.phpt28 $textLob = oci_new_descriptor($c, OCI_D_LOB);
H A Dlob_005.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);
H A Dlob_014.phpt24 $blob = oci_new_descriptor($c,OCI_D_LOB);

Completed in 18 milliseconds

123