diff options
Diffstat (limited to 'ext/hash/tests/bug73127.phpt')
-rw-r--r-- | ext/hash/tests/bug73127.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/tests/bug73127.phpt b/ext/hash/tests/bug73127.phpt index a0d5dec49f..78113de7ec 100644 --- a/ext/hash/tests/bug73127.phpt +++ b/ext/hash/tests/bug73127.phpt @@ -3,7 +3,7 @@ Bug #73127 (gost-crypto hash incorrect if input data contains long 0xFF sequence --SKIPIF-- <?php if(!extension_loaded('hash')) die('skip hash extension not loaded'); ?> --FILE-- -<?php // $Id$ +<?php $test1 = str_repeat("\xFF", 40); $test2 = str_repeat("\x00", 40); |