summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/pow_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/pow_basic.phpt')
-rw-r--r--ext/standard/tests/math/pow_basic.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/math/pow_basic.phpt b/ext/standard/tests/math/pow_basic.phpt
index b7d96ca23b..abd4f26d8e 100644
--- a/ext/standard/tests/math/pow_basic.phpt
+++ b/ext/standard/tests/math/pow_basic.phpt
@@ -18,9 +18,9 @@ $bases = array(23,
027,
"23",
"23.45",
- "2.345e1",
+ "2.345e1",
PHP_INT_MAX,
- -PHP_INT_MAX - 1);
+ -PHP_INT_MAX - 1);
$exponents = array(0,
1,
@@ -34,8 +34,8 @@ $exponents = array(0,
500,
-500,
2147483647,
- -2147483648);
-
+ -2147483648);
+
foreach($bases as $base) {
echo "\n\nBase = $base";
foreach($exponents as $exponent) {