Home
last modified time | relevance | path

Searched refs:zend_stack_count (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c63 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-src/Zend/
H A Dzend_stack.h45 ZEND_API int zend_stack_count(const zend_stack *stack);
H A Dzend_stack.c93 ZEND_API int zend_stack_count(const zend_stack *stack) in zend_stack_count() function
H A Dzend_compile.c2404 return zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_begin()
2411 uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_end()
2475 return zend_stack_count(&CG(short_circuiting_opnums)); in zend_short_circuiting_checkpoint()
2483 ZEND_ASSERT(zend_stack_count(&CG(short_circuiting_opnums)) == checkpoint in zend_short_circuiting_commit()
2493 while (zend_stack_count(&CG(short_circuiting_opnums)) != checkpoint) { in zend_short_circuiting_commit()
3092 uint32_t count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_prop()
5302 return zend_handle_loops_and_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1, return_value); in zend_handle_loops_and_finally()
5334 return zend_has_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1); in zend_has_finally()
/php-src/main/
H A Doutput.c353 return OG(active) ? zend_stack_count(&OG(handlers)) : 0; in php_output_get_level()
1047 if (OG(active) && (obh_cnt = zend_stack_count(&OG(handlers)))) { in php_output_op()

Completed in 60 milliseconds