diff options
Diffstat (limited to 'ext/mysqli/tests/bug38003.phpt')
-rw-r--r-- | ext/mysqli/tests/bug38003.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug38003.phpt b/ext/mysqli/tests/bug38003.phpt index af71f85f2c..f1efa56b30 100644 --- a/ext/mysqli/tests/bug38003.phpt +++ b/ext/mysqli/tests/bug38003.phpt @@ -17,4 +17,7 @@ $DB = new DB(); echo "Done\n"; ?> --EXPECTF-- -Fatal error: Call to private DB::__construct() from invalid context in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Call to private DB::__construct() from invalid context' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |