Lines Matching refs:common
85 if (execute_data->func && execute_data->func->common.function_name) { in observer_begin()
86 if (execute_data->func->common.scope) { in observer_begin()
87 …esting_depth), "", ZSTR_VAL(execute_data->func->common.scope->name), ZSTR_VAL(execute_data->func->… in observer_begin()
89 …<%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->common.function_name)); in observer_begin()
135 if (execute_data->func && execute_data->func->common.function_name) { in observer_end()
138 if (execute_data->func->common.scope) { in observer_end()
139 …esting_depth), "", ZSTR_VAL(execute_data->func->common.scope->name), ZSTR_VAL(execute_data->func->… in observer_end()
141 …>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->common.function_name), re… in observer_end()
151 if (fbc->common.function_name) { in observer_show_init()
152 if (fbc->common.scope) { in observer_show_init()
153 …n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.… in observer_show_init()
155 …php_printf("%*s<!-- init %s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.f… in observer_show_init()
174 if (fbc->common.function_name) { in observer_show_init_backtrace()
175 if (fbc->common.scope) { in observer_show_init_backtrace()
176 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace()
178 php_printf("%*s%s()\n", indent, "", ZSTR_VAL(fbc->common.function_name)); in observer_show_init_backtrace()
200 } else if (fbc->common.function_name) { in observer_fcall_init()
203 } else if (zend_hash_exists(ZT_G(observer_observe_function_names), fbc->common.function_name)) { in observer_fcall_init()
291 if (fbc->common.function_name) { in zend_test_execute_internal()
292 if (fbc->common.scope) { in zend_test_execute_internal()
293 …n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.… in zend_test_execute_internal()
295 …rnal enter %s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.function_name)); in zend_test_execute_internal()