php-src/Zend/tests/varSyntax
Nikita Popov 62aabf5d9f Fix "invalid opcode" error
Method call can happen on CONST, it'll just throw an error.

Not forbidding this at compile-time, so this can be overridden in
an extension.
2015-04-22 17:46:25 +02:00
..
constClassMemberAccess.phpt add missing test for class member access with deference 2015-02-11 15:23:20 +01:00
globalNonSimpleVariableError.phpt Accept static member fetch in new variable (BC) 2014-06-06 17:05:14 +02:00
indirectFcall.phpt Test use of string names with \ prefix 2014-09-23 20:36:00 +02:00
issetOnTemp.phpt Support isset() on temporaries 2014-05-31 20:05:03 +02:00
method_call_on_string_literal.phpt Fix "invalid opcode" error 2015-04-22 17:46:25 +02:00
newVariable.phpt Accept static member fetch in new variable (BC) 2014-06-06 17:05:14 +02:00
parenthesesDeref.phpt These tests all have intentional circular references 2015-01-24 16:06:18 -08:00
propertyOfStringError.phpt Properly handle property read on const/tmp 2014-05-31 17:51:22 +02:00
staticMember.phpt Test use of string names with \ prefix 2014-09-23 20:36:00 +02:00
tempDimFetchByRefError.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
tempPropFetchByRefError.phpt Handle FUNC_ARG fetches on temporaries 2014-05-31 20:15:55 +02:00
writeToTempExpr.phpt Forbid writing to temporary expressions 2014-05-31 19:41:39 +02:00