3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new SimpleXMLElement(); $b = new SimpleXMLElement('<foo />'); $c = new SimpleXMLElement('<foo><bar /></foo>'); var_dump([(bool) $a, (bool) $b, (bool) $c]);

preferences:
38.15 ms | 402 KiB | 5 Q