3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public static function doStuff($var = false) { if($var) { return 'no'; } return $this->something; } } var_dump(A::doStuff(true)); var_dump(A::doStuff(false));

preferences:
44.87 ms | 402 KiB | 5 Q