Searched refs:zend_stack_count (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 63 level = zend_stack_count(&self->call_stack); in MYSQLND_METHOD() 160 level = zend_stack_count(&self->call_stack); in MYSQLND_METHOD() 250 if ((uint32_t) zend_stack_count(&self->call_stack) >= self->nest_level_limit) { in MYSQLND_METHOD() 285 self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, ">%s", func_name); in MYSQLND_METHOD() 321 if ((uint32_t) zend_stack_count(&self->call_stack) >= self->nest_level_limit) { in MYSQLND_METHOD() 343 …self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s", *func_name… in MYSQLND_METHOD() 352 …self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s (total=%u ow… in MYSQLND_METHOD() 402 if ((uint32_t) zend_stack_count(&self->call_time_stack)) { in MYSQLND_METHOD() 746 while (zend_stack_count(&dbg->call_stack)) { in mysqlnd_debug() 749 while (zend_stack_count(&dbg->call_time_stack)) { in mysqlnd_debug()
|
/PHP-8.2/Zend/ |
H A D | zend_stack.h | 40 ZEND_API int zend_stack_count(const zend_stack *stack);
|
H A D | zend_stack.c | 93 ZEND_API int zend_stack_count(const zend_stack *stack) in zend_stack_count() function
|
H A D | zend_compile.c | 2258 return zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_begin() 2265 uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() 2336 return zend_stack_count(&CG(short_circuiting_opnums)); in zend_short_circuiting_checkpoint() 2344 ZEND_ASSERT(zend_stack_count(&CG(short_circuiting_opnums)) == checkpoint in zend_short_circuiting_commit() 2354 while (zend_stack_count(&CG(short_circuiting_opnums)) != checkpoint) { in zend_short_circuiting_commit() 2952 uint32_t count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_prop() 4979 return zend_handle_loops_and_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1, return_value); in zend_handle_loops_and_finally() 5011 return zend_has_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1); in zend_has_finally()
|
/PHP-8.2/main/ |
H A D | output.c | 374 return OG(active) ? zend_stack_count(&OG(handlers)) : 0; in php_output_get_level() 1064 if (OG(active) && (obh_cnt = zend_stack_count(&OG(handlers)))) { in php_output_op()
|
Completed in 41 milliseconds