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
Parse error: syntax error, unexpected '=' in /in/jOtZA on line 7
Process exited with code 255.

preferences:
176.98 ms | 1399 KiB | 65 Q