3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types = 1); function testXml(string $xml) { echo "this is a string: " .$xml; } $simpleXml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' . '<root>' . '<child>' . 'The Child' . '</child>' . '<emptyChild>' . '</emptyChild>' . '</root>'; $xml = new SimpleXmlElement($simpleXml); testXml($simpleXml);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
224.97 ms | 2151 KiB | 9 Q