diff options
Diffstat (limited to 'ext/standard/incomplete_class.c')
-rw-r--r-- | ext/standard/incomplete_class.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/incomplete_class.c b/ext/standard/incomplete_class.c index db9b25ef12..252a9cb6e1 100644 --- a/ext/standard/incomplete_class.c +++ b/ext/standard/incomplete_class.c @@ -27,8 +27,8 @@ "access a property of an incomplete object. " \ "Please ensure that the class definition \"%s\" of the object " \ "you are trying to operate on was loaded _before_ " \ - "unserialize() gets called or provide a __autoload() function " \ - "to load the class definition " + "unserialize() gets called or provide an autoloader " \ + "to load the class definition" static zend_object_handlers php_incomplete_object_handlers; |