summaryrefslogtreecommitdiff
path: root/src/tests/harden_rand.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/harden_rand.phpt')
-rw-r--r--src/tests/harden_rand.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/harden_rand.phpt b/src/tests/harden_rand.phpt
index 391bccc..b5ee567 100644
--- a/src/tests/harden_rand.phpt
+++ b/src/tests/harden_rand.phpt
@@ -16,7 +16,7 @@ $d = rand(0,100)."\n";
16rand(100,0)."\n"; 16rand(100,0)."\n";
17 17
18if ($a == $c && $b == $d) 18if ($a == $c && $b == $d)
19 echo 'fail'; 19 echo "a:$a, b:$b, c:$c, d:$d\n";
20else 20else
21 echo 'win'; 21 echo 'win';
22?> 22?>