You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
223 B

--TEST--
crc32() function
--POST--
--GET--
--FILE--
<?php
$input = array("foo", "bar", "baz", "grldsajkopallkjasd");
foreach($input AS $i) {
echo crc32($i)."\n";
}
?>
--EXPECT--
-1938594527
1996459178
2015626392
824412087