Fabien Potencier 2d012c4a4a minor #1270 Use string instead of large integer (ptarjan)
This PR was merged into the master branch.

Discussion
----------

Use string instead of large integer

HHVM differs from php-src on large integer parsing (php-src converts
them to floats, HHVM truncates them but leaves them as integers). The
point of this test is to make sure Twig parses it correctly, not the
underlying PHP execution engine.

Commits
-------

d401717 Use string instead of large integer
2013-11-13 09:11:09 +01:00
2013-11-06 10:39:15 +01:00
2013-10-31 13:37:55 +01:00
2013-11-12 18:58:59 +01:00
2013-11-12 23:38:46 -08:00
2012-11-18 21:42:00 +01:00
2013-07-23 17:39:54 +02:00
2013-11-03 10:12:32 +01:00
2013-10-31 13:37:55 +01:00
2013-01-04 17:54:54 +01:00
2013-11-11 20:04:42 +01: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.

More Information
----------------

Read the `documentation`_ for more information.

.. _documentation: http://twig.sensiolabs.org/documentation
Languages
PHP 99.9%