Searched refs:forbidden_method (Results 1 – 1 of 1) sorted by relevance
104 const char *forbidden_method = forbidden_methods[i]; in zend_verify_enum_magic_methods() local106 if (zend_hash_str_exists(&ce->function_table, forbidden_method, strlen(forbidden_method))) { in zend_verify_enum_magic_methods()107 …n(E_COMPILE_ERROR, "Enum %s cannot include magic method %s", ZSTR_VAL(ce->name), forbidden_method); in zend_verify_enum_magic_methods()
Completed in 8 milliseconds