Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_stack.h35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size);
H A Dzend_stack.c33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size) in zend_stack_push() function
H A Dzend_ini_scanner.l194 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state()
H A Dzend_language_scanner.l155 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state()
584 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in END_EXTERN_C()
748 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in compile_string()
H A Dzend_compile.c108 zend_stack_push(&CG(function_call_stack), &fcall, sizeof(zend_function_call_entry)); in zend_push_function_call_entry()
1257 zend_stack_push(&CG(bp_stack), (void *) &jmp_list, sizeof(zend_llist)); in zend_do_if_after_statement()
1302 zend_stack_push(&CG(bp_stack), (void *) &fetch_list, sizeof(zend_llist)); in zend_do_begin_variable_parse()
1588 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration()
1751 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration()
1782 zend_stack_push(&CG(foreach_copy_stack), (void *) &dummy_opline, sizeof(zend_op)); in zend_do_begin_function_declaration()
2954 zend_stack_push(&CG(bp_stack), (void *) &jmp_list, sizeof(zend_llist)); in zend_initialize_try_catch_element()
5614 zend_stack_push(&CG(object_stack), object, sizeof(znode)); in zend_do_push_object()
5997 zend_stack_push(&CG(list_stack), &CG(list_llist), sizeof(zend_llist)); in zend_do_list_init()
5998 zend_stack_push(&CG(list_stack), &CG(dimension_llist), sizeof(zend_llist)); in zend_do_list_init()
[all …]
H A Dzend_language_scanner.c157 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state()
586 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in END_EXTERN_C()
750 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in compile_string()
H A Dzend_builtin_functions.c1557zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting),… in ZEND_FUNCTION()
H A Dzend_ini_scanner.c196 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_debug.c272 zend_stack_push(&self->call_stack, "", sizeof("")); in MYSQLND_METHOD()
276 zend_stack_push(&self->call_time_stack, &some_time, sizeof(some_time)); in MYSQLND_METHOD()
285 zend_stack_push(&self->call_stack, func_name, func_name_len + 1); in MYSQLND_METHOD()
289 zend_stack_push(&self->call_time_stack, &some_time, sizeof(some_time)); in MYSQLND_METHOD()
423zend_stack_push(&self->call_time_stack, &parent_non_own_time, sizeof(parent_non_own_time)); /* add… in MYSQLND_METHOD()
/PHP-5.6/main/
H A Doutput.c289 zend_stack_push(&OG(handlers), &OG(active), sizeof(php_output_handler *)); in php_output_flush()
577 …if (FAILURE == (handler->level = zend_stack_push(&OG(handlers), &handler, sizeof(php_output_handle… in php_output_handler_start()

Completed in 68 milliseconds