3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a { function __construct() { return false; } } $obj = new a; var_dump($obj); //how to make this became "false" ?, now its... Object(a)

preferences:
39.42 ms | 402 KiB | 5 Q