3v4l.org

run code in 300+ PHP versions simultaneously
<?php function evalCrossTotal($strMD5) { $intTotal = 0; $arrMD5Chars = str_split($strMD5, 1); print $arrMD5Chars(); foreach ($arrMD5Chars as $value) { $intTotal += '0x0'.$value; } return $intTotal; } evalCrossTotal(md5('something')); print md5('something');
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Array callback must have exactly two elements in /in/6kgvQ:6 Stack trace: #0 /in/6kgvQ(13): evalCrossTotal('437b930db84b807...') #1 {main} thrown in /in/6kgvQ on line 6
Process exited with code 255.

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:
44.31 ms | 401 KiB | 8 Q