<?php enum Suit { case Hearts; case Clubs; case Diamonds; case Spades; } Var_dump( Suit);
You have javascript disabled. You will not be able to edit any code.