Lines Matching refs:common
64 if (method->common.scope) { in phpdbg_print_function_helper()
68 ZSTR_VAL(method->common.scope->name), in phpdbg_print_function_helper()
69 ZSTR_VAL(method->common.function_name), in phpdbg_print_function_helper()
77 method->common.function_name ? ZSTR_VAL(method->common.function_name) : "{main}", in phpdbg_print_function_helper()
96 if (method->common.scope) { in phpdbg_print_function_helper()
97 …=\"%s::%s\"", "\tInternal %s::%s()", ZSTR_VAL(method->common.scope->name), ZSTR_VAL(method->common… in phpdbg_print_function_helper()
99 …", "type=\"Internal\" function=\"%s\"", "\tInternal %s()", ZSTR_VAL(method->common.function_name)); in phpdbg_print_function_helper()
195 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT()
245 (fbc->common.scope) ? "Method" : "Function", in PHPDBG_PRINT()
246 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT()
348 phpdbg_out("%s", ZSTR_VAL(method->common.function_name)); in phpdbg_print_opcodes_ce()