<?php error_reporting(E_ALL); ini_set('display_errors',1); class c{ function c(){echo "c";} } $c= new c();
You have javascript disabled. You will not be able to edit any code.