Home
last modified time | relevance | path

Searched refs:arg_types_stack (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_globals.h173 zend_ptr_stack arg_types_stack; member
H A Dzend_vm_def.h1922 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
1977 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
2079 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
2135 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
2300 zend_arg_types_stack_3_pop(&EG(arg_types_stack), &EX(called_scope), &EX(current_object), &EX(fbc)); in ZEND_VM_HELPER()
2439 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
2946 …zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), ENCODE_CTOR(EX(called_scope), RET…
4326 EX(called_scope) = (zend_class_entry*)zend_ptr_stack_pop(&EG(arg_types_stack));
4339 zend_arg_types_stack_2_pop(&EG(arg_types_stack), &EX(object), &EX(fbc));
H A Dzend_execute_API.c139 zend_ptr_stack_init(&EG(arg_types_stack)); in init_executor()
331 zend_ptr_stack_destroy(&EG(arg_types_stack)); in shutdown_executor()
H A Dzend_vm_execute.h634 EX(called_scope) = (zend_class_entry*)zend_ptr_stack_pop(&EG(arg_types_stack)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
647 zend_arg_types_stack_2_pop(&EG(arg_types_stack), &EX(object), &EX(fbc)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
753 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
809 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
953 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1060 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1190 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
1627 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
2680 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3257 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
[all …]

Completed in 131 milliseconds