<?php use Foo as Bar; class Foo { function __construct() { echo 1; } } new Bar();
You have javascript disabled. You will not be able to edit any code.