3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str="Wello!"; $h1=dechex(crc32($str)); $h2=hash("crc32b",$str); var_dump($h1===$h2,$h1,$h2);
Output for git.master, git.master_jit, rfc.property-hooks
bool(true) string(8) "6faa7c18" string(8) "6faa7c18"

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:
32.82 ms | 405 KiB | 5 Q