summaryrefslogtreecommitdiff
path: root/Zend/tests/varSyntax
Commit message (Expand)AuthorAgeFilesLines
* 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