+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / object.php
blobb8005fcbde01b423d9cd3b26632fef178ccbc725
1 <?php
3 $obj = new Stdclass;
4 $obj->name = 'foo';
5 $obj->obj['name'] = 'bar';
6 $arr['obj'] = $obj;
7 $data = compact('obj', 'arr');