mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
11e91f63e94a4fce9e65ddbda44ed00ba22a2171
Commits -------8fa97bbphp5.2 fixd6fc86a[Tests] Test accessing a public property when \ArrayAccess is implemented6704227[ext] made ext consistent with8ec73cf475228d2b0[ext] use only read_property handler Discussion ---------- Alternative fix for 792 This fixes #792 as described in https://github.com/fabpot/Twig/issues/792#issuecomment-7482480 -228d2b0removes the *object-to-array convertion* trick, since the bug comes from there, and it doesn't appear to be needed -6704227is the equivalent ofaa6b835816+8ec73cf475(this were not needed before because the bug was hidden by the object to array trick: numeric strings and integers are treated equally in arrays keys) --------------------------------------------------------------------------- by stof at 2012-08-23T10:19:17Z @arnaud-lb you need to fix the PHP 5.2 support
…
…
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%
