summaryrefslogtreecommitdiff
path: root/Zend/tests/constants_005.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove bareword fallback for constantsNikita Popov2019-01-311-4/+3
| | | | | | | | | 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.
* 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]
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| |
| * - Fix test againFelipe Pena2011-06-121-1/+1
| |
| * - Restore test (the change related to this test weren't committed to this ↵Felipe Pena2011-06-121-2/+1
| | | | | | | | branch)
| * Fixed testPhilip Olson2011-05-241-2/+3
| |
* | Fixed testPhilip Olson2011-05-241-2/+3
|/
* Fixed constant substitution (Matt)Dmitry Stogov2008-07-281-0/+11