mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
498090364b65066eb8cf4139d659c4b9dc1277f6
- Fix extension memory leak - Fix gcc compile warning (cast to const char *) - Add TWIG_HAS_DYNAMIC_PROPERTY - Remove the previous translation of 'array_key_exists($item, $object)' into TWIG_ARRAY_KEY_EXISTS when checking object property because what it really means is property_exists which has already been handled by TWIG_HAS_PROPERTY and TWIG_HAS_DYNAMIC_PROPERTY - Fix native extension spacing
…
…
…
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%
