Lines Matching refs:observer_nesting_depth

29 …php_printf("%*s<!-- opcode: '%s' in user handler -->\n", 2 * ZT_G(observer_nesting_depth), "", zen…  in observer_show_opcode_in_user_handler()
67 …php_printf("%*s<!-- opcode: '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", zend_get_opcode_nam… in observer_show_opcode()
86 …php_printf("%*s<%s::%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->com… in observer_begin()
88 …php_printf("%*s<%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->common.… in observer_begin()
91 …php_printf("%*s<file '%s'>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->… in observer_begin()
93 ZT_G(observer_nesting_depth)++; in observer_begin()
113 php_var_export_ex(retval, 2 * ZT_G(observer_nesting_depth) + 3, buf); in get_retval_info()
130 …php_printf("%*s<!-- Exception: %s -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(EG(except… in observer_end()
133 ZT_G(observer_nesting_depth)--; in observer_end()
138 …php_printf("%*s</%s::%s%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->… in observer_end()
140 …php_printf("%*s</%s%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->comm… in observer_end()
144 …php_printf("%*s</file '%s'>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func-… in observer_end()
152 …php_printf("%*s<!-- init %s::%s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->comm… in observer_show_init()
154 …php_printf("%*s<!-- init %s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.f… in observer_show_init()
157 …php_printf("%*s<!-- init '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->op_array… in observer_show_init()
164 php_printf("%*s<!--\n", 2 * ZT_G(observer_nesting_depth), ""); in observer_show_init_backtrace()
167 int indent = 2 * ZT_G(observer_nesting_depth) + 4; in observer_show_init_backtrace()
178 php_printf("%*s-->\n", 2 * ZT_G(observer_nesting_depth), ""); in observer_show_init_backtrace()
271 …php_printf("%*s<!-- declared function '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(… in declared_function_observer()
277 …php_printf("%*s<!-- declared class '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(nam… in declared_class_observer()
287 …php_printf("%*s<!-- internal enter %s::%s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL… in zend_test_execute_internal()
289 …php_printf("%*s<!-- internal enter %s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc… in zend_test_execute_internal()
292 …php_printf("%*s<!-- internal enter '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc… in zend_test_execute_internal()