Searched refs:zend_stack_count (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 65 level = zend_stack_count(&self->call_stack); in MYSQLND_METHOD() 162 level = zend_stack_count(&self->call_stack); in MYSQLND_METHOD() 252 if ((uint32_t) zend_stack_count(&self->call_stack) >= self->nest_level_limit) { in MYSQLND_METHOD() 287 self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, ">%s", func_name); in MYSQLND_METHOD() 323 if ((uint32_t) zend_stack_count(&self->call_stack) >= self->nest_level_limit) { in MYSQLND_METHOD() 345 …self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s", *func_name… in MYSQLND_METHOD() 354 …self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s (total=%u ow… in MYSQLND_METHOD() 404 if ((uint32_t) zend_stack_count(&self->call_time_stack)) { in MYSQLND_METHOD() 741 while (zend_stack_count(&dbg->call_stack)) { in mysqlnd_debug() 744 while (zend_stack_count(&dbg->call_time_stack)) { in mysqlnd_debug()
|
/PHP-7.3/Zend/ |
H A D | zend_stack.h | 40 ZEND_API int zend_stack_count(const zend_stack *stack);
|
H A D | zend_stack.c | 97 ZEND_API int zend_stack_count(const zend_stack *stack) in zend_stack_count() function
|
H A D | zend_compile.c | 2284 return zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_begin() 2291 uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() 4415 return zend_handle_loops_and_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1, return_value); in zend_handle_loops_and_finally() 4447 return zend_has_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1); in zend_has_finally()
|
/PHP-7.3/main/ |
H A D | output.c | 368 return OG(active) ? zend_stack_count(&OG(handlers)) : 0; in php_output_get_level() 1059 if (OG(active) && (obh_cnt = zend_stack_count(&OG(handlers)))) { in php_output_op()
|
Completed in 39 milliseconds