Home
last modified time | relevance | path

Searched refs:unserialize_func (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/Zend/
H A Dzend.h144 zend_function *unserialize_func; member
H A Dzend_interfaces.c482 zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, &zdata); in zend_user_unserialize()
H A Dzend_inheritance.c166 if (EXPECTED(!ce->unserialize_func)) { in do_inherit_parent_constructor()
167 ce->unserialize_func = parent->unserialize_func; in do_inherit_parent_constructor()
1509 ce->unserialize_func = fe; in zend_add_magic_methods()
H A Dzend_API.c2148 … = NULL, *__tostring = NULL, *__debugInfo = NULL, *serialize_func = NULL, *unserialize_func = NULL; in zend_register_functions() local
2326 unserialize_func = reg_function; in zend_register_functions()
2399 scope->unserialize_func = unserialize_func; in zend_register_functions()
H A Dzend_API.h214 class_container.unserialize_func = NULL; \
H A Dzend_compile.c1697 ce->unserialize_func = NULL; in zend_initialize_class_data()
5827 ce->unserialize_func = (zend_function *) op_array; in zend_begin_method_decl()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c991 if (ce->unserialize_func) { in zend_update_parent_ce()
992 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->unserialize_func); in zend_update_parent_ce()
994 ce->unserialize_func = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c786 SERIALIZE_PTR(ce->unserialize_func);
1473 UNSERIALIZE_PTR(ce->unserialize_func);
H A Dzend_accelerator_util_funcs.c355 zend_update_inherited_handler(unserialize_func); in zend_class_copy_ctor()

Completed in 71 milliseconds