Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/oci8/tests/
H A Dlob_043.phpt2 Bug #49560 (LOB resource destructor and refcount test)
/PHP-5.4/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor
/PHP-5.4/ext/interbase/
H A Dphp_ibase_udf.c133 static void __attribute__((destructor)) fini() in fini()
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt51 // ... but a public destructor is allowed
/PHP-5.4/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.h484 union _zend_function *destructor; member
H A Dzend_compile.c1640 CG(active_class_entry)->destructor = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration()
2854 if (!ce->destructor) { in do_inherit_parent_constructor()
2855 ce->destructor = ce->parent->destructor; in do_inherit_parent_constructor()
3658 ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR; in zend_add_magic_methods()
4910 if (ce->destructor) { in zend_do_end_class_declaration()
4911 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_do_end_class_declaration()
4912 if (ce->destructor->common.fn_flags & ZEND_ACC_STATIC) { in zend_do_end_class_declaration()
4913 …zend_error(E_COMPILE_ERROR, "Destructor %s::%s() cannot be static", ce->name, ce->destructor->comm… in zend_do_end_class_declaration()
6615 ce->destructor = NULL; in zend_initialize_class_data()
H A Dzend_API.h184 class_container.destructor = NULL; \
H A Dzend_API.c2144 scope->destructor = dtor; in zend_register_functions()
/PHP-5.4/
H A DUPGRADING.INTERNALS118 destructor it will abort and try to free its enclosing stream instead.
H A DNEWS3144 . Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal
3488 . Fixed bug #52361 (Throwing an exception in a destructor causes invalid
4945 object's destructor). (Dmitry)
4970 destructor in one case). (Dmitry)
5330 destructor). (Tony)
7197 - Fixed bug #38315 (Constructing in the destructor causes weird behavior).
8192 - Fixed bug #34450 (Segfault when calling mysqli_close() in destructor). (Tony)
8408 - Fixed bug #32686 (Require/include file in destructor causes segfault).
8927 - Changed destructor mechanism so that destructors are called prior to request
8953 - Fixed bug #29368 (The destructor is called when an exception is thrown from

Completed in 105 milliseconds

12