]> granicus.if.org Git - php/commitdiff
fix WS
authorAntony Dovgal <tony2001@php.net>
Fri, 23 Apr 2010 09:11:44 +0000 (09:11 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 23 Apr 2010 09:11:44 +0000 (09:11 +0000)
Zend/zend_execute_API.c

index a16240f400b01c80762804e373155d5b7dfc41f4..18b7368509482a2c25951eb67003d93205d7ffd1 100644 (file)
@@ -1585,7 +1585,7 @@ zend_class_entry *zend_fetch_class_by_name(const char *class_name, uint class_na
                                if ((fetch_type & ZEND_FETCH_CLASS_MASK) == ZEND_FETCH_CLASS_INTERFACE) {
                                        zend_error(E_ERROR, "Interface '%s' not found", class_name);
                                } else if ((fetch_type & ZEND_FETCH_CLASS_MASK) == ZEND_FETCH_CLASS_TRAIT) {
-                       zend_error(E_ERROR, "Trait '%s' not found", class_name);
+                                       zend_error(E_ERROR, "Trait '%s' not found", class_name);
                                } else {
                                        zend_error(E_ERROR, "Class '%s' not found", class_name);
                                }