<?php enum Test: string { case X = 'x'; } $x = Test::X; var_dump($x instanceof BackedEnum);
You have javascript disabled. You will not be able to edit any code.