Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate create_function() | Nikita Popov | 2017-02-03 | 1 | -0/+7 |
| | |||||
* | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 1 | -6/+6 |
| | |||||
* | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | This implements a reduced variant of #1226 with just the following change: -Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d The '' wrapper around messages is very weird if the exception message itself contains ''. Futhermore having the message wrapped in '' doesn't work for the "and defined" suffix of TypeExceptions. | ||||
* | Implement engine exceptions | Dmitry Stogov | 2015-03-09 | 1 | -13/+30 |
| | | | | | | | RFC: https://wiki.php.net/rfc/engine_exceptions_for_php7 Pending changes regarding naming of BaseException and whether it should be an interface. | ||||
* | - make it parser version independent | Pierre Joye | 2011-08-31 | 1 | -2/+2 |
| | |||||
* | - Improved parse error messages | Felipe Pena | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly ↵ | Felipe Pena | 2009-06-28 | 1 | -0/+28 |
formatted) |