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

index c1726be9f3fc8b344a994994ad58a0b24323060b..702201d7ab330030c24a9c62937c269f87f29773 100644 (file)
@@ -660,7 +660,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(class_name, use_heap);
                        RETURN_FALSE;
                }