Код: Выделить всё
$html = '
[url=blahblah]blahblah[/url]
';
$doc = new DOMDocument();
libxml_use_internal_errors(true);
$doc->loadHTML($html);
libxml_clear_errors();
$test = $doc->querySelector('a');
echo $test->getAttribute('href');
Код: Выделить всё
Fatal error: Uncaught Error: Call to undefined method DOMDocument::querySelector()
https://3v4l.org/q9VDR#v8.4.3
Подробнее здесь: https://stackoverflow.com/questions/793 ... -php-8-4-3
Мобильная версия