Searched refs:destructor (Results 1 – 25 of 79) sorted by relevance
1234
2 SplObjectStorage unset and destructor edge cases7 echo "In destructor. Should no longer be accessible in \$s:\n";10 throw new RuntimeException("thrown from destructor");32 In destructor. Should no longer be accessible in $s:38 Caught: thrown from destructor44 In destructor. Should no longer be accessible in $s:50 Caught: thrown from destructor
12 echo "In destructor\n";47 In destructor54 In destructor61 In destructor
7 echo "In destructor\n";27 In destructor
2 GH-16646: Use-after-free in ArrayObject::exchangeArray() with destructor
2 Bug #20240 (order of destructor calls)12 register_shutdown_function(array($this, 'destructor'));15 function destructor() {40 test::destructor
2 Bug #29368.1 (The destructor is called when an exception is thrown from the constructor).17 echo "Inside destructor\n";
2 Bug #72854: PHP Crashes on duplicate destructor call
2 BIND_STATIC may destroy a variable with a throwing destructor
2 GH-10695: Exceptions in destructor during shutdown are caught
2 Scoping in destructor call
2 Bug #71818 (Memory leak when array altered in destructor)
2 Bug #47353 (crash when creating a lot of objects in object destructor)
15 throw new RuntimeException("In destructor");64 Caught In destructor65 Caught In destructor66 Caught In destructor67 Caught In destructor68 Caught In destructor
22 echo "(#$this->num) destructor called\n";65 (#1) destructor called69 (#2) destructor called
22 echo "(#$this->num) destructor called\n";59 (#1) destructor called
22 echo "(#$this->num) destructor called\n";56 (#1) destructor called
22 echo "(#$this->num) destructor called\n";57 (#1) destructor called
23 echo "(#$this->num) destructor called\n";58 (#1) destructor called
99 zend_function *destructor = object->ce->destructor; in zend_objects_destroy_object() local101 if (destructor) { in zend_objects_destroy_object()105 if (destructor->op_array.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED)) { in zend_objects_destroy_object()106 if (destructor->op_array.fn_flags & ZEND_ACC_PRIVATE) { in zend_objects_destroy_object()133 if (!zend_check_protected(zend_get_function_root_class(destructor), scope)) { in zend_objects_destroy_object()173 zend_call_known_instance_method_with_0_params(destructor, object, NULL); in zend_objects_destroy_object()
2 Enum disallows destructor
14 Caught: Throwing resource destructor called
2 ZE2 A derived class can use the inherited constructor/destructor8 // - base classes know about derived properties in constructor/destructor
2 ZE2 The inherited destructor is called
2 ZE2 Ensuring destructor visibility
Completed in 38 milliseconds