3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'D7007S'; $writer = new XMLWriter; $writer->openMemory(); //$writer->startElement('example'); $writer->text($string); //$writer->endElement(); $xml = $writer ->outputMemory(); var_dump($xml, $xml === '<example>D7007S</example>', $string);

preferences:
38 ms | 402 KiB | 5 Q