From: Fabien Potencier Date: Wed, 13 Nov 2013 08:11:09 +0000 (+0100) Subject: minor #1270 Use string instead of large integer (ptarjan) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2d012c4a4ae41cdf1682a10b3d567becc38a2d39;p=web%2Fkonrad%2Ftwig.git 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 --- 2d012c4a4ae41cdf1682a10b3d567becc38a2d39