3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "[u'N', u'NE', u'MAS4OMC']"; echo $a; preg_match_all("/u'(.+)'/U", $a, $matches); var_dump($matches); echo implode(';', $matches[0]);
Output for git.master, git.master_jit, rfc.property-hooks
[u'N', u'NE', u'MAS4OMC']array(2) { [0]=> array(3) { [0]=> string(4) "u'N'" [1]=> string(5) "u'NE'" [2]=> string(10) "u'MAS4OMC'" } [1]=> array(3) { [0]=> string(1) "N" [1]=> string(2) "NE" [2]=> string(7) "MAS4OMC" } } u'N';u'NE';u'MAS4OMC'

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