3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dom = new DOMDocument(); $dom->loadHtml('<!doctype html><html><body></body></html>'); var_dump((boolean) $dom->getElementsByTagName('head')->length ? '<head> available' : '<head> not available'); var_dump((boolean) $dom->getElementsByTagName('body')->length ? '<body> available' : '<body> not available');

preferences:
42.61 ms | 402 KiB | 5 Q