- Fixed array/object detection for arrays of objects (reported by @gallir)
commitd506cb476c133244b5c76d2facb614a66c4f2269
authorCésar D. Rodas <crodas@php.net>
Fri, 20 Aug 2010 19:52:06 +0000 (20 15:52 -0400)
committerCésar D. Rodas <crodas@php.net>
Fri, 20 Aug 2010 19:52:06 +0000 (20 15:52 -0400)
tree692ef5e4301671c7500614c8c4e4ad3eed1806e7
parent9cd878c5cf26c87bf1a2b030f0c72919178f6fe6
- Fixed array/object detection for arrays of objects (reported by @gallir)
44 files changed:
lib/Haanga/Compiler.php
tests/TestSuite.php
tests/assert_templates/global.html
tests/assert_templates/global.php
tests/assert_templates/global.tpl
tests/tmp/assert_templates/autoescape.tpl.php
tests/tmp/assert_templates/base.tpl.php
tests/tmp/assert_templates/custom_tag.tpl.php
tests/tmp/assert_templates/cycle.tpl.php
tests/tmp/assert_templates/dummy.tpl.php
tests/tmp/assert_templates/empty_loop.tpl.php
tests/tmp/assert_templates/exec.tpl.php
tests/tmp/assert_templates/filter.tpl.php
tests/tmp/assert_templates/first_of.tpl.php
tests/tmp/assert_templates/global.tpl.php
tests/tmp/assert_templates/if_else_simple.tpl.php
tests/tmp/assert_templates/ifchanged.tpl.php
tests/tmp/assert_templates/ifequals.tpl.php
tests/tmp/assert_templates/in.tpl.php
tests/tmp/assert_templates/inheritence_nested_block.tpl.php
tests/tmp/assert_templates/inheritence_nested_block_duplicated.tpl.php
tests/tmp/assert_templates/inline.tpl.php
tests/tmp/assert_templates/intval.tpl.php
tests/tmp/assert_templates/join.tpl.php
tests/tmp/assert_templates/load.tpl.php
tests/tmp/assert_templates/loop.tpl.php
tests/tmp/assert_templates/loop_object.tpl.php
tests/tmp/assert_templates/nested_block.tpl.php
tests/tmp/assert_templates/nested_block_second_parent.tpl.php
tests/tmp/assert_templates/nested_block_second_parent_override.tpl.php
tests/tmp/assert_templates/object.tpl.php
tests/tmp/assert_templates/partial.tpl.php
tests/tmp/assert_templates/pluralize.tpl.php
tests/tmp/assert_templates/regroup.tpl.php
tests/tmp/assert_templates/spaceless.tpl.php
tests/tmp/assert_templates/strip_whitespace.tpl.php
tests/tmp/assert_templates/subtemplate.tpl.php
tests/tmp/assert_templates/templatetag.tpl.php
tests/tmp/assert_templates/title.tpl.php
tests/tmp/assert_templates/trans.tpl.php
tests/tmp/assert_templates/truncatewords.tpl.php
tests/tmp/assert_templates/try_include.tpl.php
tests/tmp/assert_templates/variable_existe.tpl.php
tests/tmp/assert_templates/with.tpl.php