Fabien Potencier d7120d1bf2 merged branch nikic/patch-1 (PR #489)
Commits
-------

7da9f2f Make long var/block tests faster

Discussion
----------

Make long var/block tests faster

When using `*` every single character is a different token, whereas with `x` there is only a single token. I don't think this hurts the actual test, but it improves the test runtime by something like 2/3 seconds on my machine.
2011-10-30 11:43:00 +01:00
2010-05-11 10:38:48 +02:00
2011-10-29 14:56:00 +02:00
2011-10-29 15:13:27 +02:00
2011-10-30 11:03:56 +01:00
2011-10-29 14:50:10 +02:00
2011-10-08 14:05:18 +02:00

Twig, the flexible, fast, and secure template language for PHP

Twig is a template language for PHP, released under the new BSD license (code and documentation).

Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.

Languages
PHP 99.9%