Home
last modified time | relevance | path

Searched refs:observer_nesting_depth (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/zend_test/
H A Dobserver.c88 …php_printf("%*s<%s>\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(execute_data->func->common.… 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()
133 ZT_G(observer_nesting_depth)--; in observer_end()
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()
[all …]
H A Dphp_test.h48 int observer_nesting_depth; variable
H A Dtest.c1235 ZT_G(observer_nesting_depth) = 0; in PHP_RINIT_FUNCTION()

Completed in 16 milliseconds