<?php enum Country { case POLAND; } var_dump(Country::POLAND->name);
You have javascript disabled. You will not be able to edit any code.