Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_globals.h141 zend_stack context_stack; member
H A Dzend.c1038 zend_stack context_stack; in zend_error() local
1207 SAVE_STACK(context_stack); in zend_error()
1232 RESTORE_STACK(context_stack); in zend_error()
H A Dzend_language_scanner.l583 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in END_EXTERN_C()
754 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in compile_string()
H A Dzend_compile.c205 zend_stack_init(&CG(context_stack)); in zend_init_compiler_data_structures()
242 zend_stack_destroy(&CG(context_stack)); in shutdown_compiler()
1582 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration()
1713 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration()
2331 if (!temporary && !zend_stack_is_empty(&CG(context_stack))) { in zend_release_labels()
2334 zend_stack_top(&CG(context_stack), (void**)&ctx); in zend_release_labels()
2336 zend_stack_del_top(&CG(context_stack)); in zend_release_labels()
H A Dzend_language_scanner.c585 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in END_EXTERN_C()
756 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in compile_string()

Completed in 43 milliseconds