3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo preg_quote('(?:"?([^"]*)"?\s)?(?:<?(.+@[^>]+)>?)'); preg_match_all('(?:"?([^"]*)"?\s)?(?:<?(.+@[^>]+)>?)', 'Eric Peterson <foo@example.com>', $matches); print_r($matches);

preferences:
53.06 ms | 402 KiB | 5 Q