minor #1270 Use string instead of large integer (ptarjan)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 13 Nov 2013 08:11:09 +0000 (09:11 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 13 Nov 2013 08:11:09 +0000 (09:11 +0100)
commit2d012c4a4ae41cdf1682a10b3d567becc38a2d39
tree76de6cb66b0945966433b3116194b1e3bd07ada2
parent8f7bea047eb3aaded608ef3ac79e434c84eaf55d
parentd40171701f0e42565c10eb7d61d78a763767b7ee
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