diff options
author | Magnus M��tt� <magnus@php.net> | 2004-12-21 04:34:22 +0000 |
---|---|---|
committer | Magnus M��tt� <magnus@php.net> | 2004-12-21 04:34:22 +0000 |
commit | 774a978ea99a4b03232386cca0c93f57ac72e25b (patch) | |
tree | 713078ac50062c2bd37412e36fc7e24a3fc7de5f | |
parent | b8056095c65fc93ec640bed81130071f78e936d1 (diff) | |
download | php-git-774a978ea99a4b03232386cca0c93f57ac72e25b.tar.gz |
Fix test so it doesn't hang make test on HP-UX.
-rwxr-xr-x | ext/standard/tests/math/bug27646.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/tests/math/bug27646.phpt b/ext/standard/tests/math/bug27646.phpt index 2df6d8f37a..7b4a923f1f 100755 --- a/ext/standard/tests/math/bug27646.phpt +++ b/ext/standard/tests/math/bug27646.phpt @@ -2,6 +2,7 @@ Bug #27646 (Cannot serialize/unserialize non-finite numeric values) --FILE-- <?php +set_time_limit(5); $f=12.3; var_dump($f); |