3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "---------- Forwarded message ---------- From: Stephanie Stevens <teststeph@hotmail.com> Date: 9 October 2014 16:14 Subject: My application ref:5996966 To: 'steph@dataharvesting.com' <steph@dataharvesting.com> Hi Can you tell me how long the wait is until I hear back about my application? kind regards Joe Bloggs"; preg_match("/From: (.*?) \<(.*?)\>\n/i", $str, $matches); var_dump($matches); $str = str_replace("<{$matches[2]}>", "({$matches[2]})", $str); var_dump($str);
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> string(48) "From: Stephanie Stevens <teststeph@hotmail.com> " [1]=> string(17) "Stephanie Stevens" [2]=> string(21) "teststeph@hotmail.com" } string(317) "---------- Forwarded message ---------- From: Stephanie Stevens (teststeph@hotmail.com) Date: 9 October 2014 16:14 Subject: My application ref:5996966 To: 'steph@dataharvesting.com' <steph@dataharvesting.com> Hi Can you tell me how long the wait is until I hear back about my application? kind regards Joe Bloggs"

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:
39.58 ms | 402 KiB | 8 Q