<?php class foo { static private $hackyhack = false; function __construct() { if (self::$hackyhack == false) { throw new Exception("The cure seems worse than the disease."); } self::$hackyhack = false; } static function makeFoo() { self::$hackyhack = true; $instance = new foo(); return $instance; } } $instance = foo::makeFoo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`