3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'September 14-20, 26, 28-30, October 1-8, 10, 11, 15-20, 24, November 25, 28-30'; preg_match('/(\w+)\s(\d+)/', $str, $pieces); $first_month = $pieces[1]; $first_day = $pieces[2]; var_dump($first_month, $first_day);
Output for git.master, git.master_jit, rfc.property-hooks
string(9) "September" string(2) "14"

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