Searched refs:zend_stack_push (Results 1 – 10 of 10) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_stack.h | 35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size);
|
H A D | zend_stack.c | 33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size) in zend_stack_push() function
|
H A D | zend_ini_scanner.l | 147 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state()
|
H A D | zend_compile.c | 1249 zend_stack_push(&CG(bp_stack), (void *) &jmp_list, sizeof(zend_llist)); in zend_do_if_after_statement() 1294 zend_stack_push(&CG(bp_stack), (void *) &fetch_list, sizeof(zend_llist)); in zend_do_begin_variable_parse() 1585 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration() 1724 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration() 2022 zend_stack_push(&CG(function_call_stack), (void *) &ptr, sizeof(zend_function *)); in zend_do_begin_method_call() 2071 zend_stack_push(&CG(function_call_stack), (void *) &ptr, sizeof(zend_function *)); in zend_do_begin_dynamic_function_call() 2835 zend_stack_push(&CG(bp_stack), (void *) &jmp_list, sizeof(zend_llist)); in zend_initialize_try_catch_element() 5480 zend_stack_push(&CG(object_stack), object, sizeof(znode)); in zend_do_push_object() 5872 zend_stack_push(&CG(list_stack), &CG(list_llist), sizeof(zend_llist)); in zend_do_list_init() 5873 zend_stack_push(&CG(list_stack), &CG(dimension_llist), sizeof(zend_llist)); in zend_do_list_init() [all …]
|
H A D | zend_language_scanner.l | 155 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() 757 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in compile_string()
|
H A D | zend_language_scanner.c | 157 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state() 588 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in END_EXTERN_C() 759 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in compile_string()
|
H A D | zend_builtin_functions.c | 1547 …zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting),… in ZEND_FUNCTION()
|
H A D | zend_ini_scanner.c | 149 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 272 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() 423 …zend_stack_push(&self->call_time_stack, &parent_non_own_time, sizeof(parent_non_own_time)); /* add… in MYSQLND_METHOD()
|
/PHP-5.5/main/ |
H A D | output.c | 289 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 72 milliseconds