mirror of
https://github.com/php/php-src.git
synced 2024-12-14 20:33:36 +08:00
ded3d984c6
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
13 lines
730 B
PHP
13 lines
730 B
PHP
--TEST--
|
|
Bug #74947 (Segfault in scanner on INF number)
|
|
--FILE--
|
|
<?php
|
|
|
|
echo 200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
|
|
|
|
echo -200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
|
|
|
|
?>
|
|
--EXPECT--
|
|
INF-INF
|