3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "_t('landing', 'asdfasdf adfasd')"; $text .= " asdfasd _t('landing', 'asdfasdf adf111asd')"; $text .= " asdfasdfasdf qwerq d fasdf _t('landing page', 'as111dfasdf adfasd')"; $text .= "<a></a> asdfasdf _t('landing', 'asdfasdf 111adfasd')"; preg_match_all("/_t\( *['\"]([a-zA-Z -_]+)['\"] *\, *['\"]([a-zA-Z -_]+)['\"] *\)/i", $text, $matches); var_dump($matches);
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> array(1) { [0]=> string(204) "_t('landing', 'asdfasdf adfasd') asdfasd _t('landing', 'asdfasdf adf111asd') asdfasdfasdf qwerq d fasdf _t('landing page', 'as111dfasdf adfasd')<a></a> asdfasdf _t('landing', 'asdfasdf 111adfasd')" } [1]=> array(1) { [0]=> string(176) "landing', 'asdfasdf adfasd') asdfasd _t('landing', 'asdfasdf adf111asd') asdfasdfasdf qwerq d fasdf _t('landing page', 'as111dfasdf adfasd')<a></a> asdfasdf _t('landing" } [2]=> array(1) { [0]=> string(18) "asdfasdf 111adfasd" } }

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.79 ms | 402 KiB | 8 Q