Home
last modified time | relevance | path

Searched refs:forbidden_method (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_enum.c104 const char *forbidden_method = forbidden_methods[i]; in zend_verify_enum_magic_methods() local
106 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 5 milliseconds