Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c6908 zend_string *method_lcname; in zend_compile_func_decl() local
6942 method_lcname = zend_begin_method_decl(op_array, decl->name, has_body); in zend_compile_func_decl()
6987 is_method && zend_string_equals_literal(method_lcname, ZEND_TOSTRING_FUNC_NAME) ? IS_STRING : 0); in zend_compile_func_decl()
7003 CG(active_class_entry), (zend_function *) op_array, method_lcname, E_COMPILE_ERROR); in zend_compile_func_decl()
7004 zend_string_release_ex(method_lcname, 0); in zend_compile_func_decl()

Completed in 29 milliseconds