<?php class Test { function __construct() { return 'Hello from constructor'; } } $test = new Test(); var_dump($test->__construct());
You have javascript disabled. You will not be able to edit any code.