Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend.h143 zend_function *serialize_func; member
H A Dzend_interfaces.c441 zend_call_method_with_0_params(object, ce, &ce->serialize_func, "serialize", &retval); in zend_user_serialize()
H A Dzend_inheritance.c160 if (EXPECTED(!ce->serialize_func)) { in do_inherit_parent_constructor()
161 ce->serialize_func = parent->serialize_func; in do_inherit_parent_constructor()
1507 ce->serialize_func = fe; in zend_add_magic_methods()
H A Dzend_API.c2148 …ULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL, *serialize_func = NULL, *unser… in zend_register_functions() local
2324 serialize_func = reg_function; in zend_register_functions()
2398 scope->serialize_func = serialize_func; in zend_register_functions()
H A Dzend_API.h213 class_container.serialize_func = NULL; \
H A Dzend_compile.c1696 ce->serialize_func = NULL; in zend_initialize_class_data()
5822 ce->serialize_func = (zend_function *) op_array; in zend_begin_method_decl()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c985 if (ce->serialize_func) { in zend_update_parent_ce()
986 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->serialize_func); in zend_update_parent_ce()
988 ce->serialize_func = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c785 SERIALIZE_PTR(ce->serialize_func);
1472 UNSERIALIZE_PTR(ce->serialize_func);
H A Dzend_accelerator_util_funcs.c354 zend_update_inherited_handler(serialize_func); in zend_class_copy_ctor()

Completed in 111 milliseconds