Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Promote "undefined array key" notice to warning | Nikita Popov | 2020-08-03 | 1 | -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 messages | Máté Kocsis | 2020-07-10 | 1 | -2/+2 |
| | | | | Closes GH-5590 | ||||
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 1 | -17/+17 |
| | |||||
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 1 | -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 annotation | Michał Brzuchalski | 2017-06-25 | 1 | -40/+40 |
| | | | | RFC: https://wiki.php.net/rfc/object-typehint | ||||
* | Fix tests (removed space on error message "Undefined index: ...") | Felipe Pena | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | Fixed bug #33512 (Add missing support for isset()/unset() overloading to ↵ | Dmitry Stogov | 2005-07-07 | 1 | -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 Boerger | 2004-09-29 | 1 | -4/+0 |
| | |||||
* | Fix tests now that class names are shown in correct casing | Marcus Boerger | 2003-12-22 | 1 | -1/+1 |
| | |||||
* | Add new interface ArrayAccess to use objects as Arrays | Marcus Boerger | 2003-11-24 | 1 | -0/+198 |