3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [5,0,6,1,0,1,0,1,8,0,0,0,6,0,3,8,4,0,9,3,8,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,5,6,1,9,9,9,9,9,9,9,9]; foreach($a as $e) { $e = (string) $e; } $foo = join($a); var_dump($foo); $foo = bcadd($foo, 1); var_dump($foo);
Output for git.master_jit, git.master, rfc.property-hooks
string(50) "50610101800060384093800100001010000000056199999999" string(50) "50610101800060384093800100001010000000056200000000"

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