3v4l.org

run code in 300+ PHP versions simultaneously
<?php $crc=StdCRC32('https://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57755&sid=d978f45791ef5567cdc06446c78a8d72'); echo $crc; function StdCRC32( $uValue ) { $uCRC = crc32( $uValue ); if( $uCRC & 0x80000000 ) { $uCRC ^= 0xffffffff; $uCRC += 1; $uCRC = -$uCRC; } return $uCRC; }
Output for git.master, git.master_jit, rfc.property-hooks
-11899394

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
34.21 ms | 401 KiB | 8 Q