3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Stringable { function __toString() { return "textová reprezentácia"; } } $echo =(string) new Stringable; var_dump($echo);

preferences:
59.07 ms | 402 KiB | 5 Q