xref: /php-src/Zend/tests/gh15712.phpt (revision 503d9145)
1--TEST--
2GH-15712: overflow on real number printing
3--FILE--
4<?php
5ini_set('precision', 1100000000);
6echo  -1 * (2 ** -10);
7?>
8--EXPECTF--
9%s
10