3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = simplexml_load_string('<html><meta http-equiv="refresh" content="5;url=http://example.com/" /> </html>'); $result = $xml->xpath("//meta[@http-equiv='refresh']"); var_dump($result);

preferences:
28.71 ms | 402 KiB | 5 Q