Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_builtin_functions.c1835 zend_function new_function, *func; in ZEND_FUNCTION() local
1841 new_function = *func; in ZEND_FUNCTION()
1842 function_add_ref(&new_function); in ZEND_FUNCTION()
1849 …} while (zend_hash_add(EG(function_table), function_name, function_name_length+1, &new_function, s… in ZEND_FUNCTION()
H A Dzend_compile.c3119 zend_function *function, *new_function; in do_inherit_parent_constructor() local
3183 …_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME), function, sizeof(zend_function), (void**)&new_function); in do_inherit_parent_constructor()
3184 function_add_ref(new_function); in do_inherit_parent_constructor()
3197 …ent_class_name, ce->parent->name_length+1, function, sizeof(zend_function), (void**)&new_function); in do_inherit_parent_constructor()
3198 function_add_ref(new_function); in do_inherit_parent_constructor()

Completed in 37 milliseconds