Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c5356 void zend_begin_method_decl(zend_op_array *op_array, zend_string *name, zend_bool has_body) /* {{{ … in zend_begin_method_decl() argument
5380 if (has_body) { in zend_begin_method_decl()
5386 } else if (!has_body) { in zend_begin_method_decl()
5600 zend_bool has_body = stmt_ast != NULL; in zend_compile_func_decl() local
5601 zend_begin_method_decl(op_array, decl->name, has_body); in zend_compile_func_decl()

Completed in 33 milliseconds