Lines Matching refs:crc32
2 Test crc32() function : usage variations - unexpected values
11 /* Prototype : string crc32(string $str)
12 * Description: Calculate the crc32 polynomial of a string
13 * Source code: ext/standard/crc32.c
18 * Testing crc32() : with unexpected values for str argument
21 echo "*** Testing crc32() : with unexpected values for str argument ***\n";
92 var_dump( crc32($value) );
102 *** Testing crc32() : with unexpected values for str argument ***
137 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
142 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
147 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
152 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
157 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
195 Warning: crc32() expects parameter 1 to be string, resource given in %s on line %d