<?php class Foo { public function __construct() { echo "Side effect!\n"; } } const C = new Foo();
You have javascript disabled. You will not be able to edit any code.