summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcpow.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bcpow.phpt')
-rw-r--r--ext/bcmath/tests/bcpow.phpt16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/bcmath/tests/bcpow.phpt b/ext/bcmath/tests/bcpow.phpt
deleted file mode 100644
index bdd4e08cab..0000000000
--- a/ext/bcmath/tests/bcpow.phpt
+++ /dev/null
@@ -1,16 +0,0 @@
---TEST--
-bcpow() function
---SKIPIF--
-<?php if(!extension_loaded("bcmath")) print "skip"; ?>
---INI--
-bcmath.scale=0
---FILE--
-<?php
-echo bcpow("1", "2"),"\n";
-echo bcpow("-2", "5", 4),"\n";
-echo bcpow("2", "64"),"\n";
-?>
---EXPECT--
-1
--32
-18446744073709551616