]> granicus.if.org Git - php/commitdiff
Remove trailing period from error thus syncing with PHP 6
authorChristopher Jones <sixd@php.net>
Tue, 25 Mar 2008 17:20:27 +0000 (17:20 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 25 Mar 2008 17:20:27 +0000 (17:20 +0000)
ext/oci8/oci8_lob.c
ext/oci8/tests/lob_028.phpt

index 99bf7211aa4bed17dc19a4cfcf1ea03d1976a356..1b1aff8148266914ec94a69f7d1bb16e1e8d8886 100644 (file)
@@ -62,7 +62,7 @@ php_oci_descriptor *php_oci_lob_create (php_oci_connection *connection, long typ
                        /* 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;
        }
index f049abdba314446e4d17f5733c760872ca834b04..8ac2da3a3282819af845d34d7d28508608ee8e05 100644 (file)
@@ -70,15 +70,15 @@ object(OCI-Lob)#%d (1) {
   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