<?php class Bar { public static function create() { return new self(); } } $cb = Bar::create(...); var_dump($cb());
You have javascript disabled. You will not be able to edit any code.