3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Some\Name\Space; use stdClass; $x = new \stdClass; $x->name = "Foobar"; $x->getTheFuckOut() = function(){ return "Foo"; }; $x->getTheFuckOut(); var_dump( $x->getTheFuckOut );
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Fatal error: Can't use method return value in write context in /in/oKBAH on line 9
Process exited with code 255.

preferences:
200.03 ms | 1399 KiB | 65 Q