Home
last modified time | relevance | path

Searched refs:destructor (Results 1 – 25 of 73) sorted by path

123

/php-src/Zend/Optimizer/
H A Descape_analysis.c173 && !ce->destructor in is_allocation_def()
242 && !ce->destructor in is_local_def()
/php-src/Zend/tests/
H A Dbind_static_exception.phpt2 BIND_STATIC may destroy a variable with a throwing destructor
H A Dbug20240.phpt2 Bug #20240 (order of destructor calls)
12 register_shutdown_function(array($this, 'destructor'));
15 function destructor() {
40 test::destructor
H A Dbug29368.phpt2 Bug #29368 (The destructor is called when an exception is thrown from the constructor)
H A Dbug29368_1.phpt2 Bug #29368.1 (The destructor is called when an exception is thrown from the constructor).
17 echo "Inside destructor\n";
H A Dbug29368_2.phpt2 Bug #29368.2 (The destructor is called when an exception is thrown from the constructor).
H A Dbug29368_3.phpt2 Bug #29368.3 (The destructor is called when an exception is thrown from the constructor).
H A Dbug39346.phpt2 Bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)
H A Dbug47343.phpt2 Bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case)
H A Dbug47353.phpt2 Bug #47353 (crash when creating a lot of objects in object destructor)
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dbug52361.phpt2 Bug #52361 (Throwing an exception in a destructor causes invalid catching)
H A Dbug68652.phpt2 Bug #68652 (segmentation fault in destructor)
H A Dbug71818.phpt2 Bug #71818 (Memory leak when array altered in destructor)
H A Dbug72854.phpt2 Bug #72854: PHP Crashes on duplicate destructor call
H A Dbug74053.phpt2 Bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object)
H A Ddtor_scope.phpt2 Scoping in destructor call
H A Dframeless_throwing_destructor.phpt2 Frameless call with throwing destructor
/php-src/Zend/tests/enum/
H A Dno-destruct.phpt2 Enum disallows destructor
/php-src/Zend/tests/fibers/
H A Dno-switch-dtor-resume.phpt2 Cannot resume fiber within destructor
H A Dno-switch-dtor-start.phpt2 Cannot start fiber within destructor
H A Dno-switch-dtor-suspend.phpt2 Cannot suspend fiber within destructor
H A Dno-switch-dtor-throw.phpt2 Cannot resume fiber within destructor
H A Dsuspend-in-force-close-fiber-catching-exception.phpt2 Suspend in force-closed fiber, catching exception thrown from destructor
H A Dthrow-during-fiber-destruct.phpt2 Make sure exceptions are rethrown when throwing from fiber destructor

Completed in 25 milliseconds

123