<?php class Test { function __construct(){ return 4; } } var_dump(new Test());
You have javascript disabled. You will not be able to edit any code.