3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = "-1048576 4095 0 -32"; $content = str_replace(array("\r\n", "\r",), "\n", $content); $array = explode("\n", $content); foreach ($array as $int) { echo decbin($int), "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
1111111111111111111111111111111111111111111100000000000000000000 111111111111 0 1111111111111111111111111111111111111111111111111111111111100000

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