method_type 884 Zend/zend_compile.c char *method_type; method_type 888 Zend/zend_compile.c method_type = "Interface"; method_type 890 Zend/zend_compile.c method_type = "Abstract"; method_type 895 Zend/zend_compile.c zend_error_noreturn(E_COMPILE_ERROR, "%s function %s::%s() cannot be declared private", method_type, CG(active_class_entry)->name, Z_STRVAL(function_name->u.constant)); method_type 905 Zend/zend_compile.c zend_error_noreturn(E_COMPILE_ERROR, "%s function %s::%s() cannot contain body", method_type, CG(active_class_entry)->name, Z_STRVAL(function_name->u.constant));