]> granicus.if.org Git - php/commitdiff
- typo
authorPierre Joye <pajoye@php.net>
Mon, 8 Jun 2009 21:17:12 +0000 (21:17 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 8 Jun 2009 21:17:12 +0000 (21:17 +0000)
Zend/zend_builtin_functions.c

index 9ac65f432463f6283045f67f8f7ae3ff404c636d..d5a3461ec94819474b7f4609c59f674f73151d7b 100644 (file)
@@ -492,7 +492,7 @@ ZEND_FUNCTION(define)
                found = zend_hash_find(EG(class_table), class_name, p - name + 1, (void **) &ce);
 
                if (found != SUCCESS) {
-                       zend_error(E_WARNING, "Class '%s' does not exists", class_name);
+                       zend_error(E_WARNING, "Class '%s' does not exist", class_name);
                        free_alloca_with_limit(class_name, use_heap);
                        RETURN_FALSE;
                }