3v4l.org

run code in 300+ PHP versions simultaneously
<?php $locator = 'and position()=1]'; libxml_use_internal_errors(true); libxml_suppress_errors(true); $document = new \DOMDocument('1.0', 'UTF-8'); $xpath = new \DOMXPath($document); var_dump( $xpath->evaluate($locator, $document) );
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.21, 8.3.0 - 8.3.9
Fatal error: Uncaught Error: Call to undefined function libxml_suppress_errors() in /in/njhn8:5 Stack trace: #0 {main} thrown in /in/njhn8 on line 5
Process exited with code 255.
Output for 5.6.0 - 5.6.26
Fatal error: Call to undefined function libxml_suppress_errors() in /in/njhn8 on line 5
Process exited with code 255.

preferences:
198.95 ms | 403 KiB | 225 Q