Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | Display EngineExceptions like ordinary exceptions | Nikita Popov | 2015-05-15 | 1 | -1/+5 |
| | | | | | | | | | TypeException stays as-is for now because it uses messages that are incompatible with the way exception messages are displayed. closure_038.phpt and a few others now show that we're generating too many exceptions for compound operations on undefined properties -- this needs to be fixed in a followup. | ||||
* | MF5: Merge namespaces changes | Stanislav Malyshev | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43344 (Wrong error message for undefined namespace constant) | Dmitry Stogov | 2007-12-07 | 1 | -0/+11 |