Home
last modified time | relevance | path

Searched refs:zend_stack_push (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_stack.h38 ZEND_API int zend_stack_push(zend_stack *stack, const void *element);
H A Dzend_stack.c33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element) in zend_stack_push() function
H A Dzend_ini_scanner.l174 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION()); in _yy_push_state()
H A Dzend_builtin_functions.c1168 zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting)); in ZEND_FUNCTION()
1169 zend_stack_push(&EG(user_error_handlers), &EG(user_error_handler)); in ZEND_FUNCTION()
1224 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
H A Dzend_language_scanner.l166 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION()); in _yy_push_state()
1264 zend_stack_push(&SCNG(nest_location_stack), &nest_loc); in enter_nesting()
H A Dzend_compile.c707 zend_stack_push(&CG(loop_var_stack), &info); in zend_begin_loop()
2377 zend_stack_push(&CG(delayed_oplines_stack), &tmp_opline); in zend_delayed_emit_op()
2503 zend_stack_push(&CG(short_circuiting_opnums), &jmp_null_opnum); in zend_emit_jmp_null()
6130 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
6226 zend_stack_push(&CG(loop_var_stack), &discard_exception); in zend_compile_try()
7650 zend_stack_push(&CG(loop_var_stack), (void *) &dummy_var); in zend_compile_func_decl()
H A Dzend.c1846 zend_stack_push(&EG(user_exception_handlers), &orig_user_exception_handler); in zend_user_exception_handler()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_debug.c258 zend_stack_push(&self->call_stack, &mysqlnd_debug_empty_string); in MYSQLND_METHOD()
262 zend_stack_push(&self->call_time_stack, &some_time); in MYSQLND_METHOD()
271 zend_stack_push(&self->call_stack, &func_name); in MYSQLND_METHOD()
275 zend_stack_push(&self->call_time_stack, &some_time); in MYSQLND_METHOD()
409 zend_stack_push(&self->call_time_stack, &parent_non_own_time); /* add back the caller */ in MYSQLND_METHOD()
/PHP-8.3/main/
H A Doutput.c263 zend_stack_push(&OG(handlers), &OG(active)); in php_output_flush()
554 handler->level = zend_stack_push(&OG(handlers), &handler); in php_output_handler_start()

Completed in 86 milliseconds