3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "137 ,77 ,278:214 e{34:3,32:5,33:1},277:248 e{32:5,33:1,34:3}n{Got Dirt?},323 ,443"; $result = preg_split("~(,)(?!(?:[^\{]*\}))~",$str); print_r($result);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 137 [1] => 77 [2] => 278:214 e{34:3,32:5,33:1} [3] => 277:248 e{32:5,33:1,34:3}n{Got Dirt?} [4] => 323 [5] => 443 )

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