Lines Matching refs:common

66 	RETVAL_STR_COPY(EX(func)->common.function_name);  in ZEND_FUNCTION()
69 ZEND_ASSERT(EX(func)->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE); in ZEND_FUNCTION()
70 zend_string_release(EX(func)->common.function_name); in ZEND_FUNCTION()
321 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_test_class_method_get()
342 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_test_class_static_method_get()
565 if (execute_data->func && execute_data->func->common.function_name) { in observer_begin()
566 if (execute_data->func->common.scope) { in observer_begin()
567 …esting_depth), "", ZSTR_VAL(execute_data->func->common.scope->name), ZSTR_VAL(execute_data->func-> in observer_begin()
569 …<%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->common.function_name)); in observer_begin()
613 if (execute_data->func && execute_data->func->common.function_name) { in observer_end()
616 if (execute_data->func->common.scope) { in observer_end()
617 …esting_depth), "", ZSTR_VAL(execute_data->func->common.scope->name), ZSTR_VAL(execute_data->func-> in observer_end()
619 …>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->common.function_name), re… in observer_end()
629 if (fbc->common.function_name) { in observer_show_init()
630 if (fbc->common.scope) { in observer_show_init()
631 …n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.… in observer_show_init()
633 …php_printf("%*s<!-- init %s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.f… in observer_show_init()
647 if (fbc->common.function_name) { in observer_show_init_backtrace()
648 if (fbc->common.scope) { in observer_show_init_backtrace()
649 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace()
651 php_printf("%*s%s()\n", indent, "", ZSTR_VAL(fbc->common.function_name)); in observer_show_init_backtrace()
673 } else if (fbc->common.function_name) { in observer_fcall_init()
676 …ion_names) && zend_hash_exists(ZT_G(observer_observe_function_names), fbc->common.function_name)) { in observer_fcall_init()