Gráfico de Commits

3 Commits

Autor SHA1 Mensagem Data
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
mwilliams 0a70a77f42 Fix an issue with exit/include/etc
Various unary operators have arbitrary effects. Dont assume we
know anything about locals when we see one.

Fix an expect for differences in line numbers.

Prevent a use of an undefined constant from being optimized away.
2013-04-22 14:43:51 -07:00
ptarjan fca7a90240 Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:08:16 -07:00