Home
last modified time | relevance | path

Searched refs:destructor (Results 51 – 56 of 56) sorted by relevance

123

/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c780 SERIALIZE_PTR(ce->destructor);
1467 UNSERIALIZE_PTR(ce->destructor);
H A Dzend_accelerator_util_funcs.c348 zend_update_inherited_handler(destructor); in zend_class_copy_ctor()
/PHP-7.4/Zend/
H A Dzend_compile.c1673 ce->destructor = NULL; in zend_initialize_class_data()
5838 ce->destructor = (zend_function *) op_array; in zend_begin_method_decl()
6502 if (ce->destructor) { in zend_compile_class_decl()
6503 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_compile_class_decl()
6504 if (ce->destructor->common.fn_flags & ZEND_ACC_STATIC) { in zend_compile_class_decl()
6506 ZSTR_VAL(ce->name), ZSTR_VAL(ce->destructor->common.function_name)); in zend_compile_class_decl()
6507 } else if (ce->destructor->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) { in zend_compile_class_decl()
6510 ZSTR_VAL(ce->name), ZSTR_VAL(ce->destructor->common.function_name)); in zend_compile_class_decl()
H A Dzend_API.h199 class_container.destructor = NULL; \
H A Dzend_API.c2388 scope->destructor = dtor; in zend_register_functions()
/PHP-7.4/
H A DNEWS898 . Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be
2128 . Fixed bug #77882 (Different behavior: always calls destructor). (Nikita)

Completed in 65 milliseconds

123