3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dom = new DOMDocument(); $dom->preserveWhiteSpace = true; $dom->resolveExternals = false; $dom->recover = true; $dom->encoding = 'UTF-8'; $dom->load(...); $dom->encoding = 'UTF-8';
Output for 7.0.0 - 7.0.15, 7.1.0 - 7.1.1
Parse error: syntax error, unexpected ')' in /in/GQR91 on line 8
Process exited with code 255.

preferences:
165.23 ms | 1395 KiB | 25 Q