Closed CezaryDanielNowak closed 10 years ago
See: http://mammouth.wamalaka.com/#try:{{%0Ax%20%3D%20[1%2C2%2C3]%0Ax[]%20%3D%204%0A}} Via: e4d6ed197a39c91ef21e43aa4c81b57560084694
+1
@x['sth'][] = 1
gives wrong result
@x['sth'][] = 1
is compiled to $this->x['sth'][] = 1;
ouh looks like, i had website cached in my browser :)
http://pl1.php.net/array_push its impossible to do: