<?php $anonymous = new class(){}; echo get_class($anonymous).': now you see me...'; trigger_error( get_class($anonymous).' ...now you don\'t!', E_USER_ERROR );
You have javascript disabled. You will not be able to edit any code.