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