1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Nikita Popov c8aa51f825 Accept static member fetch in new variable (BC) 2014-06-06 17:05:14 +02:00
Nikita Popov 8515b96e53 Handle FUNC_ARG fetches on temporaries 2014-05-31 20:15:55 +02:00
Nikita Popov 96b32ec532 Support isset() on temporaries 2014-05-31 20:05:03 +02:00
Nikita Popov 5c2120b6cf Forbid writing to temporary expressions 2014-05-31 19:41:39 +02:00
Nikita Popov 72b5e0cac0 Add another static member access test 2014-05-31 18:18:20 +02:00
Nikita Popov f0ac7f7d7b Properly handle property read on const/tmp 2014-05-31 17:51:22 +02:00
Nikita Popov c53a7ea4e5 Property handle calls on [] and '' consts/tmps 2014-05-31 17:37:30 +02:00
Nikita Popov 64e4c9eff1 Support directly calling closure 2014-05-31 17:18:37 +02:00
Nikita Popov 4ec505f9b5 Add two initial tests 2014-05-31 16:33:52 +02:00