3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<HTML <b>Atmosp'Hair, Caroline Michellod</b><i> in <a href="1" target="_top">Leytron</a></i>, Einzelunt., <a href="1" target="result">+++</a>, <a href="google.com" target="_blank">CHE-137.645.261</a><a href="pdf" target="_blank">Download pdf</a> <b>Bar La Gouttière, Y. Maret</b><i> in <a href="http://www.example.com">Dolor</a><a href="2" target="_top">Martigny</a></i>, Einzelunt., <a href="2" target="result">+++</a>, <a href="yahoo.com" target="_blank">CHE-112.712.556</a><a href="http:/wwww.coocc.com">Doloo</a> <b>Catherine Michellod</b><i> in <a href="3" target="_top">Bagnes</a></i>, Einzelunt., <a href="3" target="result">+</a>, <a href="bing.com" target="_blank">CHE-111.755.770</a><a href="pdf" target="_blank">Download pdf</a> HTML; preg_match_all("/<.*?href=\"([^\"]*)\"[^>]*>(CHE[^<]*)<[^>]*>/", $str, $m); $result = array_map(function($link, $name){ return ["link" => $link, "name" => $name]; }, $m[1], $m[2]); print_r($result);

preferences:
46.93 ms | 402 KiB | 5 Q