Home
last modified time | relevance | path

Searched refs:destructor (Results 26 – 38 of 38) sorted by relevance

12

/PHP-5.6/tests/lang/
H A DforeachLoop.010.phpt16 // of running the 'destructor' on $container.
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor
/PHP-5.6/ext/oci8/tests/
H A Dlob_043.phpt2 Bug #49560 (LOB resource destructor and refcount test)
/PHP-5.6/ext/opcache/
H A Dzend_persist.c643 if (ce->destructor) {
644 ce->destructor = zend_shared_alloc_get_xlat_entry(ce->destructor);
645 ce->destructor->op_array.refcount++;
H A Dzend_accelerator_util_funcs.c780 zend_update_inherited_handler(destructor);
/PHP-5.6/ext/interbase/
H A Dphp_ibase_udf.c133 static void __attribute__((destructor)) fini() in fini()
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt51 // ... but a public destructor is allowed
/PHP-5.6/Zend/
H A DZEND_CHANGES434 The Zend Engine 2.0 introduces a destructor concept similar to
437 destructor, which is a class method name __destruct() that
459 implicitly by the engine. In order to run a parent destructor,
461 destructor body.
H A Dzend.h496 union _zend_function *destructor; member
H A Dzend_compile.c1655 CG(active_class_entry)->destructor = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration()
3165 if (!ce->destructor) { in do_inherit_parent_constructor()
3166 ce->destructor = ce->parent->destructor; in do_inherit_parent_constructor()
3991 ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR; in zend_add_magic_methods()
5261 if (ce->destructor) { in zend_do_end_class_declaration()
5262 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_do_end_class_declaration()
5263 if (ce->destructor->common.fn_flags & ZEND_ACC_STATIC) { in zend_do_end_class_declaration()
5264 …E_COMPILE_ERROR, "Destructor %s::%s() cannot be static", ce->name, ce->destructor->common.function… in zend_do_end_class_declaration()
6986 ce->destructor = NULL; in zend_initialize_class_data()
H A Dzend_API.h186 class_container.destructor = NULL; \
H A Dzend_API.c2262 scope->destructor = dtor; in zend_register_functions()
/PHP-5.6/
H A DNEWS1345 . Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
5911 . Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal
6255 . Fixed bug #52361 (Throwing an exception in a destructor causes invalid
7712 object's destructor). (Dmitry)
7737 destructor in one case). (Dmitry)
8097 destructor). (Tony)
9964 - Fixed bug #38315 (Constructing in the destructor causes weird behavior).
10959 - Fixed bug #34450 (Segfault when calling mysqli_close() in destructor). (Tony)
11175 - Fixed bug #32686 (Require/include file in destructor causes segfault).
11694 - Changed destructor mechanism so that destructors are called prior to request
[all …]

Completed in 109 milliseconds

12