<?php class Test { public function __construct() { echo 'test'; } } $test = new Test;
Standard input is empty
Standard output is empty
PHP Parse error: syntax error, unexpected 'EMPTY' (T_EMPTY), expecting identifier (T_STRING) in /home/swy5UW/prog.php on line 5