<?php class Foo { public function __construct() {return 42;} } $foo = new Foo; var_dump($foo->__construct());
You have javascript disabled. You will not be able to edit any code.