<?php class Example { public function Example() { error_log(__FUNCTION__); self::__construct(); } public function __construct() { error_log(__FUNCTION__); } } new Example();
You have javascript disabled. You will not be able to edit any code.