Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/ext/oci8/tests/
H A Dlob_043.phpt2 Bug #49560 (LOB resource destructor and refcount test)
/PHP-5.5/ext/opcache/
H A Dzend_persist.c612 if (ce->destructor) {
613 ce->destructor = zend_shared_alloc_get_xlat_entry(ce->destructor);
614 ce->destructor->op_array.refcount++;
H A Dzend_accelerator_util_funcs.c718 zend_update_inherited_handler(destructor);
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c133 static void __attribute__((destructor)) fini() in fini()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt51 // ... but a public destructor is allowed
/PHP-5.5/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.h494 union _zend_function *destructor; member
H A Dzend_compile.c1647 CG(active_class_entry)->destructor = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration()
3046 if (!ce->destructor) { in do_inherit_parent_constructor()
3047 ce->destructor = ce->parent->destructor; in do_inherit_parent_constructor()
3850 ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR; in zend_add_magic_methods()
5118 if (ce->destructor) { in zend_do_end_class_declaration()
5119 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_do_end_class_declaration()
5120 if (ce->destructor->common.fn_flags & ZEND_ACC_STATIC) { in zend_do_end_class_declaration()
5121 …zend_error(E_COMPILE_ERROR, "Destructor %s::%s() cannot be static", ce->name, ce->destructor->comm… in zend_do_end_class_declaration()
6855 ce->destructor = NULL; in zend_initialize_class_data()
H A Dzend_API.h184 class_container.destructor = NULL; \
H A Dzend_API.c2207 scope->destructor = dtor; in zend_register_functions()
/PHP-5.5/
H A DNEWS410 . Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
4333 . Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal
4677 . Fixed bug #52361 (Throwing an exception in a destructor causes invalid
6134 object's destructor). (Dmitry)
6159 destructor in one case). (Dmitry)
6519 destructor). (Tony)
8386 - Fixed bug #38315 (Constructing in the destructor causes weird behavior).
9381 - Fixed bug #34450 (Segfault when calling mysqli_close() in destructor). (Tony)
9597 - Fixed bug #32686 (Require/include file in destructor causes segfault).
10116 - Changed destructor mechanism so that destructors are called prior to request
[all …]

Completed in 105 milliseconds

12