Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c8050 …string *zend_begin_method_decl(zend_op_array *op_array, zend_string *name, bool has_body) /* {{{ */ in zend_begin_method_decl() argument
8100 if (has_body) { in zend_begin_method_decl()
8106 } else if (!has_body) { in zend_begin_method_decl()
8272 bool has_body = stmt_ast != NULL; in zend_compile_func_decl_ex() local
8273 lcname = zend_begin_method_decl(op_array, decl->name, has_body); in zend_compile_func_decl_ex()

Completed in 52 milliseconds