Experimental: Added references to static methods/properties of objects (Requested...
commit0b8ab6577c7c735f1883ea7484cc2fe7ced43f8f
authorCésar D. Rodas <crodas@php.net>
Sun, 31 Oct 2010 10:14:52 +0000 (31 07:14 -0300)
committerCésar D. Rodas <crodas@php.net>
Sun, 31 Oct 2010 10:14:52 +0000 (31 07:14 -0300)
treef2b47cc46eed4db35b61edcdb0cdb1d6f1fa4145
parentac9c894ac8873208846e66c4632a95d620895e82
Experimental: Added references to static methods/properties of objects (Requested by @gallir)
64 files changed:
lib/Haanga/Compiler.php
lib/Haanga/Compiler/Parser.php
lib/Haanga/Compiler/Parser.y
lib/Haanga/Compiler/Tokenizer.php
lib/Haanga/Generator/PHP.php
tests/templateTest.php
tests/tmp/assert_templates/autoescape.tpl.php
tests/tmp/assert_templates/base.tpl.php [deleted file]
tests/tmp/assert_templates/bitwise.tpl.php [deleted file]
tests/tmp/assert_templates/concat.tpl.php [deleted file]
tests/tmp/assert_templates/concat1.tpl.php [deleted file]
tests/tmp/assert_templates/custom_tag.tpl.php [deleted file]
tests/tmp/assert_templates/cycle.tpl.php [deleted file]
tests/tmp/assert_templates/dummy.tpl.php [deleted file]
tests/tmp/assert_templates/empty_block.tpl.php [deleted file]
tests/tmp/assert_templates/empty_block_base.tpl.php [deleted file]
tests/tmp/assert_templates/empty_loop.tpl.php [deleted file]
tests/tmp/assert_templates/exec.tpl.php [deleted file]
tests/tmp/assert_templates/filter.tpl.php [deleted file]
tests/tmp/assert_templates/first_of.tpl.php [deleted file]
tests/tmp/assert_templates/for_range.tpl.php [deleted file]
tests/tmp/assert_templates/for_range.tpl.php.dump [deleted file]
tests/tmp/assert_templates/for_range1.tpl.php [deleted file]
tests/tmp/assert_templates/for_range1.tpl.php.dump [deleted file]
tests/tmp/assert_templates/for_range2.tpl.php [deleted file]
tests/tmp/assert_templates/for_range2.tpl.php.dump [deleted file]
tests/tmp/assert_templates/for_range3.tpl.php [deleted file]
tests/tmp/assert_templates/for_range3.tpl.php.dump [deleted file]
tests/tmp/assert_templates/for_range4.tpl.php [deleted file]
tests/tmp/assert_templates/for_range4.tpl.php.dump [deleted file]
tests/tmp/assert_templates/for_range5.tpl.php [deleted file]
tests/tmp/assert_templates/for_range5.tpl.php.dump [deleted file]
tests/tmp/assert_templates/global.tpl.php [deleted file]
tests/tmp/assert_templates/if_else_simple.tpl.php [deleted file]
tests/tmp/assert_templates/ifchanged.tpl.php [deleted file]
tests/tmp/assert_templates/ifequals.tpl.php [deleted file]
tests/tmp/assert_templates/in.tpl.php [deleted file]
tests/tmp/assert_templates/inheritence_nested_block.tpl.php [deleted file]
tests/tmp/assert_templates/inheritence_nested_block_duplicated.tpl.php [deleted file]
tests/tmp/assert_templates/inline.tpl.php [deleted file]
tests/tmp/assert_templates/intval.tpl.php [deleted file]
tests/tmp/assert_templates/join.tpl.php [deleted file]
tests/tmp/assert_templates/load.tpl.php [deleted file]
tests/tmp/assert_templates/loop.tpl.php [deleted file]
tests/tmp/assert_templates/loop_object.tpl.php [deleted file]
tests/tmp/assert_templates/nested_block.tpl.php [deleted file]
tests/tmp/assert_templates/nested_block_second_parent.tpl.php [deleted file]
tests/tmp/assert_templates/nested_block_second_parent_override.tpl.php [deleted file]
tests/tmp/assert_templates/object.tpl.php [deleted file]
tests/tmp/assert_templates/partial.tpl.php [deleted file]
tests/tmp/assert_templates/pluralize.tpl.php [deleted file]
tests/tmp/assert_templates/regroup.tpl.php [deleted file]
tests/tmp/assert_templates/set.tpl.php [deleted file]
tests/tmp/assert_templates/spaceless.tpl.php [deleted file]
tests/tmp/assert_templates/strip_whitespace.tpl.php [deleted file]
tests/tmp/assert_templates/sub_set.tpl.php [deleted file]
tests/tmp/assert_templates/subtemplate.tpl.php [deleted file]
tests/tmp/assert_templates/templatetag.tpl.php [deleted file]
tests/tmp/assert_templates/title.tpl.php [deleted file]
tests/tmp/assert_templates/trans.tpl.php [deleted file]
tests/tmp/assert_templates/truncatewords.tpl.php [deleted file]
tests/tmp/assert_templates/try_include.tpl.php [deleted file]
tests/tmp/assert_templates/variable_existe.tpl.php [deleted file]
tests/tmp/assert_templates/with.tpl.php [deleted file]