new_function 1835 Zend/zend_builtin_functions.c zend_function new_function, *func; new_function 1841 Zend/zend_builtin_functions.c new_function = *func; new_function 1842 Zend/zend_builtin_functions.c function_add_ref(&new_function); new_function 1849 Zend/zend_builtin_functions.c } while (zend_hash_add(EG(function_table), function_name, function_name_length+1, &new_function, sizeof(zend_function), NULL)==FAILURE); new_function 3119 Zend/zend_compile.c zend_function *function, *new_function; new_function 3183 Zend/zend_compile.c zend_hash_update(&ce->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), function, sizeof(zend_function), (void**)&new_function); new_function 3184 Zend/zend_compile.c function_add_ref(new_function); new_function 3197 Zend/zend_compile.c zend_hash_update(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1, function, sizeof(zend_function), (void**)&new_function); new_function 3198 Zend/zend_compile.c function_add_ref(new_function);