Use string instead of large integer
authorptarjan <ptarjan@fb.com>
Wed, 13 Nov 2013 07:38:46 +0000 (23:38 -0800)
committerptarjan <ptarjan@fb.com>
Wed, 13 Nov 2013 07:38:46 +0000 (23:38 -0800)
commitd40171701f0e42565c10eb7d61d78a763767b7ee
tree76de6cb66b0945966433b3116194b1e3bd07ada2
parent8f7bea047eb3aaded608ef3ac79e434c84eaf55d
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.
test/Twig/Tests/LexerTest.php