summaryrefslogtreecommitdiff
path: root/tests/classes/abstract_class.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-031-4/+4
|
* Remove zend_version() checks from testsNikita Popov2017-01-301-2/+0
|
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
|
* Tweak uncaught exception message displayNikita Popov2015-05-171-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 exceptionsNikita Popov2015-05-151-1/+4
| | | | | | | | | 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.
* Prefix all engine 2 testsMarcus Boerger2003-08-091-1/+1
|
* abstract classes must now be declared abstractMarcus Boerger2003-03-071-1/+1
|
* Fixed typoMoriyoshi Koizumi2003-03-061-1/+1
|
* "of cause" should have been "of course" but is not needed anywayMarcus Boerger2002-12-101-1/+1
| | | | | #noticed by Zeev
* Updated error messageMarcus Boerger2002-12-071-1/+1
|
* Adding a test for abstract class instanciationMarcus Boerger2002-12-071-0/+29