3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 03; $b = 11; $c = 2014; function numerek($a, $b, $c){ $s = 0; $s = $a + $b + $c; $kod = md5($s); $kod = sha1($kod); $s = 0; for ($i=0;$i<strlen($kod);$i++){ if ($i%2==0) {$kod[$i]= ord($kod[$i]);} else {$kod[$i] = ord($kod[$i]*$a+1);} $s = $s + $kod[$i] ; } $s = $s * $a; while ($s>32) { $s = $s - 32; } return $s; }
Output for git.master, git.master_jit, rfc.property-hooks

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