3v4l.org

run code in 300+ PHP versions simultaneously
<?php class C { public function __toString() { return ""; } } explode("", "asd"); new CURLFile((string)new C()); // works new CURLFile(new C()); // doesn't work

preferences:
40.4 ms | 402 KiB | 5 Q