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