is_method 1535 Zend/zend_compile.c void zend_do_begin_function_declaration(znode *function_token, znode *function_name, int is_method, int return_reference, znode *fn_flags_znode TSRMLS_DC) /* {{{ */ is_method 1546 Zend/zend_compile.c if (is_method) { is_method 1558 Zend/zend_compile.c zend_error(E_STRICT, "Static function %s%s%s() should not be abstract", is_method ? CG(active_class_entry)->name : "", is_method ? "::" : "", Z_STRVAL(function_name->u.constant)); is_method 1574 Zend/zend_compile.c op_array.scope = is_method?CG(active_class_entry):NULL; is_method 1579 Zend/zend_compile.c if (is_method) { is_method 2576 Zend/zend_compile.c void zend_do_end_function_call(znode *function_name, znode *result, int is_method, int is_dynamic_fcall TSRMLS_DC) /* {{{ */ is_method 2582 Zend/zend_compile.c if (is_method && function_name && function_name->op_type == IS_UNUSED) { is_method 2606 Zend/zend_compile.c if (!is_method && !is_dynamic_fcall && function_name->op_type==IS_CONST) { is_method 516 Zend/zend_compile.h void zend_do_begin_function_declaration(znode *function_token, znode *function_name, int is_method, int return_reference, znode *fn_flags_znode TSRMLS_DC); is_method 526 Zend/zend_compile.h void zend_do_end_function_call(znode *function_name, znode *result, int is_method, int is_dynamic_fcall TSRMLS_DC);