Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup argument handling of Zend functions and methods | Máté Kocsis | 2020-07-21 | 1 | -12/+16 |
| | | | | Closes GH-5847 | ||||
* | 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 | -4/+4 |
| | |||||
* | Remove bareword fallback for constants | Nikita Popov | 2019-01-31 | 1 | -3/+4 |
| | | | | | | | | | Access to undefined constants will now always result in an Error exception being thrown. This required quite a few test changes, because there were many buggy tests that unintentionally used bareword fallback in combination with error suppression. | ||||
* | Fix bug #76979: define() error message does not mention resources as valid ↵ | Michael Moravec | 2018-10-06 | 1 | -1/+1 |
| | | | | values | ||||
* | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation | Rowan Collins | 2017-03-23 | 1 | -1/+1 |
| | | | | | Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings" [https://wiki.php.net/rfc/deprecate-bareword-strings] | ||||
* | Allow arrays with define(), to match const syntax support | Dmitry Stogov | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | |||||
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | - Fixed Bug #37811 define not using toString on objects | Marcus Boerger | 2006-07-09 | 1 | -0/+28 |