3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sxe = new SimpleXMLElement('<foo></foo>'); $sxe->addChild('bar'); $arrResults['empty node'] = $sxe->asXML(); $sxe = new SimpleXMLElement('<foo></foo>'); $sxe->addChild('bar', ''); $arrResults['empty string'] = $sxe->asXML(); $sxe = new SimpleXMLElement('<foo></foo>'); $sxe->addChild('bar'); $sxe->bar = ''; $arrResults['overwritten empty string'] = $sxe->asXML(); foreach($arrResults as $key => $strResult){ echo $key . ': ' . $strResult; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
155.66 ms | 2121 KiB | 10 Q