Lines Matching refs:sha1
2 Test sha1() function : usage variations - unexpected values for 'raw' argument
6 /* Prototype: string sha1 ( string $str [, bool $raw_output ] )
7 * Description: Calculate the sha1 hash of a string
10 echo "*** Testing sha1() : unexpected values for 'raw' ***\n";
84 var_dump( bin2hex(sha1($string, $values[$count])) );
93 *** Testing sha1() : unexpected values for 'raw' ***
114 Warning: sha1() expects parameter 2 to be boolean, array given in %s on line %d
118 Warning: sha1() expects parameter 2 to be boolean, array given in %s on line %d
122 Warning: sha1() expects parameter 2 to be boolean, array given in %s on line %d
126 Warning: sha1() expects parameter 2 to be boolean, array given in %s on line %d
130 Warning: sha1() expects parameter 2 to be boolean, array given in %s on line %d
150 Warning: sha1() expects parameter 2 to be boolean, object given in %s on line %d
158 Warning: sha1() expects parameter 2 to be boolean, resource given in %s on line %d