/* these three are allowed */
break;
default:
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown descriptor type %ld.", type);
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown descriptor type %ld", type);
return NULL;
break;
}
resource(%d) of type (oci8 descriptor)
}
-Warning: oci_new_descriptor(): Unknown descriptor type %d. in %s on line %d
+Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
NULL
-Warning: oci_new_descriptor(): Unknown descriptor type %d. in %s on line %d
+Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
NULL
-Warning: oci_new_descriptor(): Unknown descriptor type %d. in %s on line %d
+Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
NULL
-Warning: oci_new_descriptor(): Unknown descriptor type %d. in %s on line %d
+Warning: oci_new_descriptor(): Unknown descriptor type %d in %s on line %d
NULL
Done