You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Zend/tests/lazy_objects/gh15999_001.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Error: Lazy object was released during initialization
105
105
string(13) "C::__destruct"
106
106
# Nested error (ghost):
107
107
Error: Lazy object was released during initialization
108
-
TypeError: Lazy object initializer must return NULL, no value or true
108
+
TypeError: Lazy object initializer must return NULL or no value
109
109
# Nested error (proxy):
110
110
Error: Lazy object was released during initialization
111
111
TypeError: The real instance class stdClass is not compatible with the proxy class C. The proxy must be a instance of the same class as the real instance, or a sub-class with no additional properties, and no overrides of the __destructor or __clone methods.
0 commit comments