summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcsqrt.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bcsqrt.phpt')
-rw-r--r--ext/bcmath/tests/bcsqrt.phpt14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/bcmath/tests/bcsqrt.phpt b/ext/bcmath/tests/bcsqrt.phpt
deleted file mode 100644
index 46d92fd5ed..0000000000
--- a/ext/bcmath/tests/bcsqrt.phpt
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-bcsqrt() function
---SKIPIF--
-<?php if(!extension_loaded("bcmath")) print "skip"; ?>
---INI--
-bcmath.scale=0
---FILE--
-<?php
-echo bcsqrt("9"),"\n";
-echo bcsqrt("1928372132132819737213", 5),"\n";
-?>
---EXPECT--
-3
-43913234134.28826