<?php enum Foo { case 1; case 2; } var_dump(serialize(Foo::Bar));
You have javascript disabled. You will not be able to edit any code.