summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus M��tt� <magnus@php.net>2004-12-21 04:34:22 +0000
committerMagnus M��tt� <magnus@php.net>2004-12-21 04:34:22 +0000
commit774a978ea99a4b03232386cca0c93f57ac72e25b (patch)
tree713078ac50062c2bd37412e36fc7e24a3fc7de5f
parentb8056095c65fc93ec640bed81130071f78e936d1 (diff)
downloadphp-git-774a978ea99a4b03232386cca0c93f57ac72e25b.tar.gz
Fix test so it doesn't hang make test on HP-UX.
-rwxr-xr-xext/standard/tests/math/bug27646.phpt1
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);