eval, assert, or create_function receives a variable allowing arbitrary PHP code execution.
Never pass dynamic input to eval/assert; refactor to avoid dynamic code evaluation.