<?php class Foo{} new Foo(die('die')); echo 'No die...', PHP_EOL; class Bar{ function __construct(){} } new Bar(die('die'));
You have javascript disabled. You will not be able to edit any code.