diff options
Diffstat (limited to 'sapi/cli')
-rw-r--r-- | sapi/cli/tests/008.phpt | 2 | ||||
-rw-r--r-- | sapi/cli/tests/php_cli_server_015.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/tests/008.phpt b/sapi/cli/tests/008.phpt index 279064d3a7..5037e1cfd4 100644 --- a/sapi/cli/tests/008.phpt +++ b/sapi/cli/tests/008.phpt @@ -36,7 +36,7 @@ echo "Done\n"; --EXPECTF-- string(%d) " -Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property test::$pri' in %s:%d +Fatal error: Uncaught EngineException: Cannot access private property test::$pri in %s:%d Stack trace: #0 {main} thrown in %s on line %d diff --git a/sapi/cli/tests/php_cli_server_015.phpt b/sapi/cli/tests/php_cli_server_015.phpt index fc7d0f2b9b..0b13a195d5 100644 --- a/sapi/cli/tests/php_cli_server_015.phpt +++ b/sapi/cli/tests/php_cli_server_015.phpt @@ -46,7 +46,7 @@ X-Powered-By: PHP/%s Content-type: text/html; charset=UTF-8 <br /> -<b>Fatal error</b>: Uncaught exception 'EngineException' with message 'Call to undefined function non_exists_function()' in %ssyntax_error.php:%d +<b>Fatal error</b>: Uncaught EngineException: Call to undefined function non_exists_function() in %ssyntax_error.php:%d Stack trace: #0 %sindex.php(%d): require() #1 {main} |