Arquivos
hhvm/hphp/test/quick/exceptions4.php.expectf
T
Paul Tarjan ebf437281c Don't escape exception error messages in command line mode
The main impetuous was "\" is the namespace character, so I want namespace errors to not have double backslashes everywhere.

After finding that, it turned out we were escaping all exceptions in the command line, which is wrong. We only want the escaping when we are in server mode (emulating apache)

I basically pushed what we were doing in ##error_log## down to ##Logger::Log##.
2013-05-30 17:39:24 -07:00

9 linhas
429 B
Plaintext

HipHop Warning: Destructor threw an object exception: exception 'Exception' with message '' in %s/test/quick/exceptions4.php:11
Stack trace:
#0 %s/test/quick/exceptions4.php(21): B->__destruct()
#1 {main} in %s/test/quick/exceptions4.php on line 21
HipHop Fatal error: Uncaught exception 'Exception' with message '' in %s/test/quick/exceptions4.php:5
Stack trace:
#0 %s/test/quick/exceptions4.php(21): A->__construct()
#1 {main}