summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/mt_rand_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/mt_rand_basic.phpt')
-rw-r--r--ext/standard/tests/math/mt_rand_basic.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/math/mt_rand_basic.phpt b/ext/standard/tests/math/mt_rand_basic.phpt
index 24050bbc8a..113ca32ee6 100644
--- a/ext/standard/tests/math/mt_rand_basic.phpt
+++ b/ext/standard/tests/math/mt_rand_basic.phpt
@@ -54,7 +54,6 @@ for ($x = 0; $x < count($min); $x++) {
echo "\nNon-numeric cases\n";
$min = array(true,
false,
- null,
"10",
"10.5");
@@ -94,6 +93,5 @@ PASSED: range min = 256 max = 448
Non-numeric cases
PASSED range min = 1 max = 100
PASSED range min = 0 max = 100
-PASSED range min = 0 max = 100
PASSED range min = 10 max = 100
PASSED range min = 10 max = 100