Searched refs:destructor (Results 1 – 25 of 75) sorted by relevance
123
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
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 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)
2 Bug #29368.2 (The destructor is called when an exception is thrown from the constructor).
2 Bug #29368 (The destructor is called when an exception is thrown from the constructor)
15 throw new RuntimeException("In destructor");64 Caught In destructor65 Caught In destructor66 Caught In destructor67 Caught In destructor68 Caught In destructor
96 zend_function *destructor = object->ce->destructor; in zend_objects_destroy_object() local98 if (destructor) { in zend_objects_destroy_object()102 if (destructor->op_array.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED)) { in zend_objects_destroy_object()103 if (destructor->op_array.fn_flags & ZEND_ACC_PRIVATE) { in zend_objects_destroy_object()130 if (!zend_check_protected(zend_get_function_root_class(destructor), scope)) { in zend_objects_destroy_object()170 zend_call_known_instance_method_with_0_params(destructor, object, NULL); in zend_objects_destroy_object()
24 echo "(#$this->num) destructor called\n";67 (#1) destructor called71 (#2) destructor called
24 echo "(#$this->num) destructor called\n";58 (#1) destructor called
24 echo "(#$this->num) destructor called\n";61 (#1) destructor called
24 echo "(#$this->num) destructor called\n";59 (#1) destructor called
25 echo "(#$this->num) destructor called\n";60 (#1) destructor called
2 Enum disallows destructor
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
2 Suspend in force-closed fiber, catching exception thrown from destructor
Completed in 32 milliseconds