3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * string concatenation to an object with __toString() */ $object = new SimpleXMLElement('<r>text</r>'); $object .= 'ing'; var_dump($object);

preferences:
45.2 ms | 402 KiB | 5 Q