Lines Matching refs:crc32
2 Test crc32() function : usage variations - unexpected values
10 /* Prototype : string crc32(string $str)
11 * Description: Calculate the crc32 polynomial of a string
12 * Source code: ext/standard/crc32.c
17 * Testing crc32() : with unexpected values for str argument
20 echo "*** Testing crc32() : with unexpected values for str argument ***\n";
91 var_dump( crc32($value) );
101 *** Testing crc32() : with unexpected values for str argument ***
136 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
141 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
146 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
151 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
156 Warning: crc32() expects parameter 1 to be string, array given in %s on line %d
194 Warning: crc32() expects parameter 1 to be string, resource given in %s on line %d