summaryrefslogtreecommitdiff
path: root/tests/classes/array_access_002.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Promote "undefined array key" notice to warningNikita Popov2020-08-031-2/+2
| | | | | | | This implements the last remaining part of the https://wiki.php.net/rfc/engine_warnings RFC. Closes GH-5927.
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-2/+2
| | | | Closes GH-5590
* Reindent phpt filesNikita Popov2020-02-031-17/+17
|
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
| | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* Implement object type annotationMichał Brzuchalski2017-06-251-40/+40
| | | | RFC: https://wiki.php.net/rfc/object-typehint
* Fix tests (removed space on error message "Undefined index: ...")Felipe Pena2008-03-081-2/+2
|
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to ↵Dmitry Stogov2005-07-071-0/+4
| | | | complement the property get/set methods). Now empty($obj[...]) works proper but in addition it may call offsetGet() method.
* - Fix tests by removing corrupt --SKIPIF--Marcus Boerger2004-09-291-4/+0
|
* Fix tests now that class names are shown in correct casingMarcus Boerger2003-12-221-1/+1
|
* Add new interface ArrayAccess to use objects as ArraysMarcus Boerger2003-11-241-0/+198