--TEST-- Lazy objects: unclean shutdown --FILE-- newLazyGhost(function ($obj) { // Trigger a fatal error to get an unclean shutdown class bool {} }); var_dump($obj->a); --EXPECTF-- Fatal error: Cannot use 'bool' as class name%s on line %d