summaryrefslogtreecommitdiff
path: root/Zend/tests/varSyntax
Commit message (Expand)AuthorAgeFilesLines
* Change Attribute Syntax from @@ to #[]Benjamin Eberlei2020-09-021-1/+1
* Improve output of tokens in Parse ErrorsRowan Tommins2020-07-131-1/+1
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-103-3/+3
* Treat attribute argument lists like normal argument listsNikita Popov2020-07-021-1/+1
* Add AttributesBenjamin Eberlei2020-06-041-1/+1
* Remove depreacted curly brace offset syntaxGeorge Peter Banyard2020-05-221-4/+0
* Improve error messages for invalid property accessMáté Kocsis2020-05-183-3/+3
* Allow arbitrary expressions in new/instanceof using () syntaxNikita Popov2020-02-111-0/+18
* Treat magic constants like normal constantsNikita Popov2020-02-111-0/+24
* Make class constants fully dereferencableNikita Popov2020-02-111-0/+27
* Unify array and object dereferencabilityNikita Popov2020-02-111-0/+24
* Make encapsed strings fully dereferencableNikita Popov2020-02-111-0/+29
* Convert some notices to warningsNikita Popov2019-10-021-1/+1
* new_variable '{' expr '}' is deprecated as wellChristoph M. Becker2019-09-091-0/+1
* Remove unnecessary precedence/associativity annotationsNikita Popov2019-03-151-1/+1
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-1/+1
* Don't propagate into ops that error on non-stringNikita Popov2015-11-071-0/+11
* Strip leading backslash in update_opN_constNikita Popov2015-11-071-0/+13
* Fix update_opX_const lowercasingNikita Popov2015-11-071-0/+13
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-173-3/+3
* Tweak uncaught exception message displayNikita Popov2015-05-173-3/+3
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-153-3/+12
* Fix "invalid opcode" errorNikita Popov2015-04-221-0/+8
* add missing test for class member access with deferenceMárcio Almada2015-02-111-0/+27
* These tests all have intentional circular referencesRasmus Lerdorf2015-01-241-0/+2
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* Test use of string names with \ prefixNikita Popov2014-09-232-0/+4
* Accept static member fetch in new variable (BC)Nikita Popov2014-06-062-0/+49
* Handle FUNC_ARG fetches on temporariesNikita Popov2014-05-312-0/+22
* Support isset() on temporariesNikita Popov2014-05-311-0/+26
* Forbid writing to temporary expressionsNikita Popov2014-05-311-0/+10
* Add another static member access testNikita Popov2014-05-311-0/+3
* Properly handle property read on const/tmpNikita Popov2014-05-312-0/+30
* Property handle calls on [] and '' consts/tmpsNikita Popov2014-05-311-0/+14
* Support directly calling closureNikita Popov2014-05-311-1/+15
* Add two initial testsNikita Popov2014-05-312-0/+59