Lines Matching refs:oci_new_descriptor
2 Test descriptor types for oci_new_descriptor()
15 $d = oci_new_descriptor($c, OCI_D_FILE);
18 $d = oci_new_descriptor($c, OCI_DTYPE_FILE);
21 $d = oci_new_descriptor($c, OCI_D_LOB);
24 $d = oci_new_descriptor($c, OCI_DTYPE_LOB);
27 $d = oci_new_descriptor($c, OCI_D_ROWID);
30 $d = oci_new_descriptor($c, OCI_DTYPE_ROWID);
35 $d = oci_new_descriptor($c, OCI_B_CLOB);
38 $d = oci_new_descriptor($c, OCI_B_CLOB);
41 $d = oci_new_descriptor($c, OCI_DEFAULT);
44 $d = oci_new_descriptor($c, 1);
76 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
79 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
82 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
85 Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d