Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h138 zend_stack context_stack; member
H A Dzend.c1036 zend_stack context_stack; in zend_error() local
1205 SAVE_STACK(context_stack); in zend_error()
1230 RESTORE_STACK(context_stack); in zend_error()
H A Dzend_language_scanner.l586 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 Dzend_compile.c208 zend_stack_init(&CG(context_stack)); in zend_init_compiler_data_structures()
245 zend_stack_destroy(&CG(context_stack)); in shutdown_compiler()
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()
2407 if (!temporary && !zend_stack_is_empty(&CG(context_stack))) { in zend_release_labels()
2410 zend_stack_top(&CG(context_stack), (void**)&ctx); in zend_release_labels()
2412 zend_stack_del_top(&CG(context_stack)); in zend_release_labels()
H A Dzend_language_scanner.c588 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()

Completed in 51 milliseconds