3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Pas bon $conecinfo = 'Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0'; $conecinfo = "<br>" . md5($conecinfo); echo substr($conecinfo,0,8); echo PHP_EOL, PHP_EOL; // Bon $conecinfo = 'Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0'; $conecinfo = md5($conecinfo); echo substr($conecinfo, 0, 8);
Output for git.master_jit, git.master
<br>6cb3 6cb3a71f

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