Searched refs:my_function (Results 1 – 2 of 2) sorted by relevance
127 zend_function my_function; in ZEND_METHOD() local161 …memcpy(&my_function, fci_cache.function_handler, fci_cache.function_handler->type == ZEND_USER_FUN… in ZEND_METHOD()163 my_function.common.scope = Z_OBJCE_P(newthis); in ZEND_METHOD()164 fci_cache.function_handler = &my_function; in ZEND_METHOD()167 if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()168 my_function.op_array.run_time_cache = emalloc(my_function.op_array.cache_size); in ZEND_METHOD()169 memset(my_function.op_array.run_time_cache, 0, my_function.op_array.cache_size); in ZEND_METHOD()180 } else if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()181 efree(my_function.op_array.run_time_cache); in ZEND_METHOD()
714 function my_function(&$var = null) {
Completed in 13 milliseconds