diff options
Diffstat (limited to 'ext/standard/tests/math/round.phpt')
-rw-r--r-- | ext/standard/tests/math/round.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/round.phpt b/ext/standard/tests/math/round.phpt index 47f57dad18..6a1615bd9a 100644 --- a/ext/standard/tests/math/round.phpt +++ b/ext/standard/tests/math/round.phpt @@ -1,7 +1,7 @@ --TEST-- Simple math tests --FILE-- -<?php // $Id$ +<?php define('LONG_MAX', is_int(5000000000)? 9223372036854775807 : 0x7FFFFFFF); define('LONG_MIN', -LONG_MAX - 1); |