<?php $enumValue = "test"; if(!is_int($enumValue) && !is_string($enumValue) && !is_bool($enumValue)) echo "fail";
You have javascript disabled. You will not be able to edit any code.