diff options
Diffstat (limited to 'src/tests/harden_rand.phpt')
| -rw-r--r-- | src/tests/harden_rand.phpt | 2 |
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"; | |||
| 16 | rand(100,0)."\n"; | 16 | rand(100,0)."\n"; |
| 17 | 17 | ||
| 18 | if ($a == $c && $b == $d) | 18 | if ($a == $c && $b == $d) |
| 19 | echo 'fail'; | 19 | echo "a:$a, b:$b, c:$c, d:$d\n"; |
| 20 | else | 20 | else |
| 21 | echo 'win'; | 21 | echo 'win'; |
| 22 | ?> | 22 | ?> |
