summaryrefslogtreecommitdiff
path: root/Zend/tests/bug37811.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup argument handling of Zend functions and methodsMáté Kocsis2020-07-211-12/+16
| | | | Closes GH-5847
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
| | | | Closes GH-5590
* Reindent phpt filesNikita Popov2020-02-031-4/+4
|
* Remove bareword fallback for constantsNikita Popov2019-01-311-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 Moravec2018-10-061-1/+1
| | | | values
* Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-231-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 supportDmitry Stogov2014-12-211-1/+1
|
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
|
* fix test namesAntony Dovgal2007-05-071-1/+1
|
* - Fixed Bug #37811 define not using toString on objectsMarcus Boerger2006-07-091-0/+28