ru_php/Zend/tests/gh15712.phpt

10 lines
142 B
PHP

--TEST--
GH-15712: overflow on real number printing
--FILE--
<?php
ini_set('precision', 1100000000);
echo -1 * (2 ** -10);
?>
--EXPECTF--
%s