3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = <<<HTML <h2>Title of post</h2> 1 category <strong>task 1</strong> 1 category <strong>task 2</strong> 1 category <strong>task 3</strong>&nbsp; HTML; $dom=new DOMDocument; $dom->loadHTML($html); $xpath = new DOMXPath($dom); foreach ($xpath->query('//h2/following-sibling::text()') as $node) { var_export(trim($node->textContent)); echo "\n"; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
160.01 ms | 2049 KiB | 10 Q