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