+ Variables created (or modified) with `set` affects the context (included/inlined...
commitaa26f60ecc6281312af91ef0f4b2155868dcc15d
authorCésar D. Rodas <crodas@php.net>
Mon, 13 Sep 2010 07:58:27 +0000 (13 03:58 -0400)
committerCésar D. Rodas <crodas@php.net>
Mon, 13 Sep 2010 07:58:27 +0000 (13 03:58 -0400)
treece94cc33bba12adfcf8f9eca3993868849ec069c
parentb3c1c00221b3f69dd5bf5ad91aa539f3296cdcf4
+ Variables created (or modified) with `set` affects the context (included/inlined templates read the new value)
TODO:
    + Add array support to expr, so we can declare this:
        + set foo = [1,2]
        + set bar = ['foo':bar, bar:'foo']
lib/Haanga/Compiler.php
tests/tmp/assert_templates/concat.tpl.php [new file with mode: 0644]
tests/tmp/assert_templates/set.tpl.php [new file with mode: 0644]