diff options
Diffstat (limited to 'ext/spl/tests/arrayObject_setFlags_basic2.phpt')
-rw-r--r-- | ext/spl/tests/arrayObject_setFlags_basic2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/arrayObject_setFlags_basic2.phpt b/ext/spl/tests/arrayObject_setFlags_basic2.phpt index 534c755995..89dfc7448d 100644 --- a/ext/spl/tests/arrayObject_setFlags_basic2.phpt +++ b/ext/spl/tests/arrayObject_setFlags_basic2.phpt @@ -26,7 +26,7 @@ string(6) "secret" string(6) "public" string(6) "secret" -Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property C::$x' in %s:19 +Fatal error: Uncaught exception 'Error' with message 'Cannot access private property C::$x' in %s:19 Stack trace: #0 {main} thrown in %s on line 19 |