summaryrefslogtreecommitdiff
path: root/src/tests/harden_rand.phpt
diff options
context:
space:
mode:
authorjvoisin2017-10-13 12:37:30 +0200
committerjvoisin2017-10-13 12:37:30 +0200
commit4d2b28ab41598fcd79ed173995ecbb275db079a0 (patch)
tree45c3db4ea6f895ff38a1a080200f96d5d37ad1e8 /src/tests/harden_rand.phpt
parentdc64bf47277377460ac0cef60458a57f7fbb6743 (diff)
Add some debug to the harden-rand tests, just in case™
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?>