<?php error_reporting(-1); class foo { function foo() { echo 'I am the constructor'; } } $obj = new foo(); ?>
You have javascript disabled. You will not be able to edit any code.