table = unserialize(file_get_contents($file)); } function instance() { // no references, since PHP doesn't copy unless modified static $instance = null; if (!$instance) { $instance = new HTMLPurifier_EntityLookup(); } return $instance; } } ?>