public function __construct()
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct();
     }
 }