3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = <<<DOC # (1296) {20} [529] [1496] [411] # (MONDAY ) (1296) # (646) {20} (BEACH 7) [20 Mtrs] { 03 Foot } # {19} [455] [721] (1296) (SUNDAY ) [2741] (MONDAY (WEDNESDAY {20} # {19} (1296) DOC; if (preg_match_all('~^#|\[\d+]|\(\d+\)|{\d+}~m', $s, $m)) { echo preg_replace('~(?!^)#~', "\n#", implode(" ", $m[0])); }
Output for git.master, git.master_jit, rfc.property-hooks
# (1296) {20} [529] [1496] [411] # (1296) # (646) {20} # {19} [455] [721] (1296) [2741] {20} # {19} (1296)

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:
36.47 ms | 405 KiB | 5 Q