Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c876 char *method_type; in zend_do_abstract_method() local
880 method_type = "Interface"; in zend_do_abstract_method()
882 method_type = "Abstract"; in zend_do_abstract_method()
887 …zend_error(E_COMPILE_ERROR, "%s function %s::%s() cannot be declared private", method_type, CG(act… in zend_do_abstract_method()
897 …zend_error(E_COMPILE_ERROR, "%s function %s::%s() cannot contain body", method_type, CG(active_cla… in zend_do_abstract_method()

Completed in 45 milliseconds