Searched refs:zend_stack_push (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_stack.h | 33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element);
|
H A D | zend_stack.c | 34 ZEND_API int zend_stack_push(zend_stack *stack, const void *element) in zend_stack_push() function
|
H A D | zend_ini_scanner.l | 198 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION()); in _yy_push_state()
|
H A D | zend_builtin_functions.c | 1648 zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting)); in ZEND_FUNCTION() 1649 zend_stack_push(&EG(user_error_handlers), &EG(user_error_handler)); in ZEND_FUNCTION() 1715 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
|
H A D | zend_compile.c | 662 zend_stack_push(&CG(loop_var_stack), &info); in zend_begin_loop() 2038 zend_stack_push(&CG(delayed_oplines_stack), &tmp_opline); in zend_delayed_emit_op() 4994 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try() 5090 zend_stack_push(&CG(loop_var_stack), &discard_exception); in zend_compile_try() 6050 zend_stack_push(&CG(loop_var_stack), (void *) &dummy_var); in zend_compile_func_decl()
|
H A D | zend_language_scanner.l | 167 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION()); in _yy_push_state()
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 260 zend_stack_push(&self->call_stack, &mysqlnd_debug_empty_string); in MYSQLND_METHOD() 264 zend_stack_push(&self->call_time_stack, &some_time); in MYSQLND_METHOD() 273 zend_stack_push(&self->call_stack, &func_name); in MYSQLND_METHOD() 277 zend_stack_push(&self->call_time_stack, &some_time); in MYSQLND_METHOD() 411 zend_stack_push(&self->call_time_stack, &parent_non_own_time); /* add back the caller */ in MYSQLND_METHOD()
|
/PHP-7.4/main/ |
H A D | output.c | 276 zend_stack_push(&OG(handlers), &OG(active)); in php_output_flush() 562 handler->level = zend_stack_push(&OG(handlers), &handler); in php_output_handler_start()
|
Completed in 54 milliseconds