diff options
Diffstat (limited to 'ext/pdo/tests/bug47769.phpt')
-rw-r--r-- | ext/pdo/tests/bug47769.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pdo/tests/bug47769.phpt b/ext/pdo/tests/bug47769.phpt index 3b2f1e89fc..f6f2749cc0 100644 --- a/ext/pdo/tests/bug47769.phpt +++ b/ext/pdo/tests/bug47769.phpt @@ -34,4 +34,7 @@ this is a protected method. this is a private method. foo -Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Call to protected method test::isProtected() from context ''' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |