3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "00211501600326941"; $b = "37137137137137137"; $a = str_split($a); $b = str_split($b); Foreach($a as $key => $val){ Echo $val * $b[$key] . " " . substr($val * $b[$key], -1). "\n"; $temp[] = substr($val * $b[$key], -1); } //Var_dump($temp); //Echo implode("", $temp);
Output for git.master_jit, git.master, rfc.property-hooks
0 0 0 0 2 2 3 3 7 7 5 5 0 0 7 7 6 6 0 0 0 0 3 3 6 6 42 2 9 9 12 2 7 7

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