Lines Matching refs:oci_new_descriptor
2 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);
46 $d = oci_new_descriptor($c, 1);
78 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
81 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
84 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
87 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d