Home
last modified time | relevance | path

Searched refs:observer_nesting_depth (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.1/ext/zend_test/
H A Dphp_test.h47 int observer_nesting_depth; variable
H A Dobserver.c80 …php_printf("%*s<%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->common.… in observer_begin()
83 …php_printf("%*s<file '%s'>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->… in observer_begin()
85 ZT_G(observer_nesting_depth)++; in observer_begin()
105 php_var_export_ex(retval, 2 * ZT_G(observer_nesting_depth) + 3, buf); in get_retval_info()
120 …php_printf("%*s<!-- Exception: %s -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(EG(except… in observer_end()
123 ZT_G(observer_nesting_depth)--; in observer_end()
144 …php_printf("%*s<!-- init %s() -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.f… in observer_show_init()
147 …php_printf("%*s<!-- init '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->op_array… in observer_show_init()
154 php_printf("%*s<!--\n", 2 * ZT_G(observer_nesting_depth), ""); in observer_show_init_backtrace()
157 int indent = 2 * ZT_G(observer_nesting_depth) + 4; in observer_show_init_backtrace()
[all …]

Completed in 13 milliseconds