Home
last modified time | relevance | path

Searched refs:ZEND_CALL_DYNAMIC (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute_API.c732 call_info = ZEND_CALL_TOP_FUNCTION | ZEND_CALL_DYNAMIC; in zend_call_function()
736 call_info = ZEND_CALL_TOP_FUNCTION | ZEND_CALL_DYNAMIC | ZEND_CALL_HAS_THIS; in zend_call_function()
H A Dzend_compile.h528 #define ZEND_CALL_DYNAMIC (1 << 25) macro
H A Dzend_execute.c4103 return zend_vm_stack_push_call_frame(ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC, in zend_init_dynamic_call_string()
4114 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; in zend_init_dynamic_call_object()
4154 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; in zend_init_dynamic_call_array()
H A Dzend_API.h544 if (ZEND_CALL_INFO(ex) & ZEND_CALL_DYNAMIC) { in zend_forbid_dynamic_call()
H A Dzend_vm_def.h3849 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC;
H A Dzend_vm_execute.h6013 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8284 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
10745 uint32_t call_info = ZEND_CALL_NESTED_FUNCTION | ZEND_CALL_DYNAMIC; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()

Completed in 181 milliseconds