1.17.2
(fix): Fix enum string escaping and PHP reserved keyword handling.
- Enum values containing quotes are now properly escaped to prevent syntax errors.
- Class names that conflict with PHP reserved keywords (e.g., “eval”, “list”) automatically receive a trailing underscore (e.g., “Eval_”).