mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
61393dc9fb8982110048624aa573aec4aee0b465
This PR was merged into the master branch.
Commits
-------
2506be1 optimized the way Twig exceptions are managed
Discussion
----------
Optimized the way Twig exceptions are managed
As guessing the template name and the line number of where an error occurred is quite expensive, this is now avoided as much as possible.
~~As a side-effect, it also fixes 822 (@hason can you confirm?).~~
…
…
…
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.
More Information
Read the documentation for more information.
Description
Languages
PHP
99.9%
