if (preg_match('/<a[^>]*>(.+?)<\/a>/i', '<a href="foo">Link<a/><a name="bar">Anchor</a>', $test)){print_r($test);}