public function __construct()

in bits/opcache-instance-id.php [18:22]


    public function __construct()
    {
        $this->_configuration = opcache_get_configuration();
        $this->_status = opcache_get_status();
    }