Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h426 ZEND_CALL_TOP_FUNCTION, /* direct VM call to function from external C code */ enumerator
H A Dzend_execute_API.c772 call = zend_vm_stack_push_call_frame(ZEND_CALL_TOP_FUNCTION, in zend_call_function()
H A Dzend_execute.c2337 …call_info = ZEND_CALL_TOP_FUNCTION | ZEND_CALL_ALLOCATED | (ZEND_CALL_INFO(call) & (ZEND_CALL_CLOS… in zend_create_generator_execute_data()
H A Dzend_vm_def.h2439 if (ZEND_CALL_KIND_EX(call_info) == ZEND_CALL_TOP_FUNCTION) {
H A Dzend_vm_execute.h530 if (ZEND_CALL_KIND_EX(call_info) == ZEND_CALL_TOP_FUNCTION) {

Completed in 174 milliseconds