1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Nikita Popov
c4460dd162 Restore old evaluation order
${a()}[b()][c()] = d() will now evaluate in order a, b, c, d.
2014-08-15 17:10:06 +02:00
Zoe Slattery
533c6473f0 Engine execution order tests 2009-05-29 07:51:42 +00:00