Searched refs:new_function (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_builtin_functions.c1832 zend_function new_function, *func; local
1838 new_function = *func;
1839 function_add_ref(&new_function);
1846 } while (zend_hash_add(EG(function_table), function_name, function_name_length+1, &new_function, sizeof(zend_function), NULL)==FAILURE);
H A Dzend_compile.c3004 zend_function *function, *new_function; local
3065 zend_hash_update(&ce->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), function, sizeof(zend_function), (void**)&new_function);
3066 function_add_ref(new_function);
3079 zend_hash_update(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1, function, sizeof(zend_function), (void**)&new_function);
3080 function_add_ref(new_function);

Completed in 18 milliseconds