Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1825 zend_function new_function, *func; in ZEND_FUNCTION() local
1831 new_function = *func; in ZEND_FUNCTION()
1832 function_add_ref(&new_function); in ZEND_FUNCTION()
1839 …} while (zend_hash_add(EG(function_table), function_name, function_name_length+1, &new_function, s… in ZEND_FUNCTION()
H A Dzend_compile.c3000 zend_function *function, *new_function; in do_inherit_parent_constructor() local
3061 …_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), function, sizeof(zend_function), (void**)&new_function); in do_inherit_parent_constructor()
3062 function_add_ref(new_function); in do_inherit_parent_constructor()
3075 …ent_class_name, ce->parent->name_length+1, function, sizeof(zend_function), (void**)&new_function); in do_inherit_parent_constructor()
3076 function_add_ref(new_function); in do_inherit_parent_constructor()

Completed in 36 milliseconds