Home
last modified time | relevance | path

Searched refs:__destruct (Results 1 – 25 of 154) sorted by relevance

1234567

/PHP-7.4/tests/classes/
H A Ddestructor_visibility_003.phpt7 private function __destruct() {
13 public function __destruct() {
20 unset($obj); // Derived::__destruct is being called not Base::__destruct
25 Derived::__destruct
H A Dctor_dtor.phpt10 function __destruct() {
19 function __destruct() {
35 early::__destruct
38 late::__destruct
H A Diterators_002.phpt40 function __destruct() {
53 function __destruct() {
84 c_iter::__destruct
95 c_iter::__destruct
106 c_iter::__destruct
109 c_iter::__destruct
110 c::__destruct
H A Dctor_dtor_inheritance.phpt20 function __destruct() {
39 function __destruct() {
40 parent::__destruct();
62 base::__destruct
85 base::__destruct
91 derived::__destruct
H A Ddestructor_and_echo.phpt12 function __destruct() {
24 Test::__destruct
H A Dtostring_002.phpt2 ZE2 __toString() in __destruct
13 function __destruct()
/PHP-7.4/Zend/tests/
H A Dexception_008.phpt2 Exception in __destruct while exception is pending
8 function __destruct() {
15 function __destruct() {
29 #0 %sexception_008.php(%d): TestFirst->__destruct()
34 #0 %sexception_008.php(%d): TestSecond->__destruct()
H A Dbug36759.phpt10 function __destruct() {
17 function __destruct() {
26 Foo::__destruct
27 Bar::__destruct
H A Dtemporary_cleaning_013.phpt9 function __destruct() { throw new Exception; }
15 function __destruct() { throw new Exception; }
22 function __destruct() { throw new Exception; }
29 function __destruct() { throw new Exception; }
39 function __destruct() { throw new Exception; }
49 function __destruct() { throw new Exception; }
61 function __destruct() { throw new Exception; }
74 function __destruct() { throw new Exception; }
81 function __destruct() { throw new Exception; }
89 function __destruct() { throw new Exception; }
[all …]
H A Dbug36006.phpt2 Bug #36006 (Problem with $this in __destruct())
8 public function __destruct() {
19 public function __destruct() {
21 parent::__destruct(); /* segfault here */
H A Derrmsg_033.phpt2 errmsg: __destruct() cannot be static
8 static function __destruct() {
15 Fatal error: Destructor test::__destruct() cannot be static in %s on line %d
H A Derrmsg_019.phpt2 errmsg: __destruct() cannot take arguments
7 function __destruct($var) {
14 Fatal error: Destructor test::__destruct() cannot take arguments in %s on line %d
H A Dlsb_010.phpt14 public function __destruct() {
15 echo static::$className . "::__destruct\n";
35 Foo::__destruct
36 FooChild::__destruct
H A Dbug51822.phpt2 Bug #51822 (Segfault with strange __destruct() for static class variables)
7 public function __destruct()
15 public function __destruct()
H A Dbug29368_3.phpt9 function __destruct() {
18 function __destruct() {
32 Foo::__destruct
H A Dbug54268.phpt16 public function __destruct()
18 DestructableObject::__destruct();
23 public function __destruct()
H A Dex_func_null_during_property_write.phpt7 function __destruct() {
18 #0 %s(%d): a->__destruct()
23 #0 %s(%d): a->__destruct()
H A Dgc_030.phpt10 public function __destruct() {
25 #0 [internal function]: foo->__destruct()
31 #0 [internal function]: foo->__destruct()
H A Dbug78589.phpt2 Bug #78589: Memory leak with GC + __destruct()
7 public function __destruct() {}
H A Dbug38220.phpt39 function __destruct() {
40 echo "A::__destruct()\n";
70 A::__destruct()
85 A::__destruct()
H A Dbug78973.phpt11 public function __destruct() {
18 #0 class@anonymous->__destruct() called at [%s:%d]
/PHP-7.4/Zend/tests/traits/
H A Dmethods_003.phpt2 Testing __construct and __destruct with Trait
10 public function __destruct() {
24 string(10) "__destruct"
/PHP-7.4/ext/pdo/tests/
H A Dpdo_023.phpt27 function __destruct()
37 function __destruct()
88 PDOStatementX::__destruct()
91 PDOStatementX::__destruct()
94 PDOStatementX::__destruct()
111 PDOStatementX::__destruct()
112 PDODatabaseX::__destruct()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug42151.phpt2 Bug #42151 (__destruct functions not called after catching a SoapFault exception)
11 function __destruct(){
16 function __destruct(){
/PHP-7.4/ext/reflection/tests/
H A Dbug79115.phpt2 Bug #79115: ReflectionClass::isCloneable call reflected class __destruct
8 function __destruct() { echo __FUNCTION__ . "\n"; }

Completed in 40 milliseconds

1234567