diff options
Diffstat (limited to 'ext/standard/tests/strings/sha1_error.phpt')
-rw-r--r-- | ext/standard/tests/strings/sha1_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/sha1_error.phpt b/ext/standard/tests/strings/sha1_error.phpt index bfc3e44fd5..193c64e941 100644 --- a/ext/standard/tests/strings/sha1_error.phpt +++ b/ext/standard/tests/strings/sha1_error.phpt @@ -1,5 +1,5 @@ --TEST-- -Test sha1() function : error conditions +Test sha1() function : error conditions --FILE-- <?php @@ -7,7 +7,7 @@ Test sha1() function : error conditions /* Prototype: string sha1 ( string $str [, bool $raw_output ] ) * Description: Calculate the sha1 hash of a string */ - + echo "*** Testing sha1() : error conditions ***\n"; echo "\n-- Testing sha1() function with no arguments --\n"; |