Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_closures.c119 zend_function my_function; in ZEND_METHOD() local
153 …memcpy(&my_function, fci_cache.function_handler, fci_cache.function_handler->type == ZEND_USER_FUN… in ZEND_METHOD()
155 my_function.common.scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
156 fci_cache.function_handler = &my_function; in ZEND_METHOD()
159 if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
160 my_function.op_array.run_time_cache = emalloc(my_function.op_array.cache_size); in ZEND_METHOD()
161 memset(my_function.op_array.run_time_cache, 0, my_function.op_array.cache_size); in ZEND_METHOD()
175 } else if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
176 efree(my_function.op_array.run_time_cache); in ZEND_METHOD()

Completed in 11 milliseconds