3v4l.org

run code in 300+ PHP versions simultaneously
<?php $to = 'Раздымахо Игорь Владимирович&#044; ответственный от ГБОУ СОШ №139 <irazdymaho@petersburgedu.ru>,Гуль Андрей Игоревич&#044; ответственный от СПб ГБОУ СПО "КОР №1" <agul@petersburgedu.ru>'; $pattern = '/(.*?)<.*>/u'; preg_match($pattern, $to, $m); var_dump($m);
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> string(283) "Раздымахо Игорь Владимирович&#044; ответственный от ГБОУ СОШ №139 <irazdymaho@petersburgedu.ru>,Гуль Андрей Игоревич&#044; ответственный от СПб ГБОУ СПО "КОР №1" <agul@petersburgedu.ru>" [1]=> string(116) "Раздымахо Игорь Владимирович&#044; ответственный от ГБОУ СОШ №139 " }

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