3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<STRING February 2009 bla bla March 2009 doo daa bla lbla Septemer 2009 STRING; var_export( preg_split('~\R{2}(?=[A-Z][a-z]+ \d{4}$)~m', $string, 0, PREG_SPLIT_NO_EMPTY) );
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => 'February 2009 bla bla', 1 => 'March 2009 doo daa bla lbla', 2 => 'Septemer 2009', )

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:
53.48 ms | 1391 KiB | 4 Q