Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -1/+1 |
| | | | | Closes GH-5590 | ||||
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 1 | -14/+14 |
| | |||||
* | 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. | ||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | |||||
* | Fixed bug #42937 (__call() method not invoked when methods are called on ↵ | Dmitry Stogov | 2007-11-12 | 1 | -0/+42 |
parent from child class). |