Home
last modified time | relevance | path

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

123456

/PHP-7.2/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 Ddestructor_and_exceptions.phpt10 function __destruct()
55 FailClass::__destruct
58 FailClass::__destruct
H A Dtostring_002.phpt2 ZE2 __toString() in __destruct
13 function __destruct()
H A Dfactory_and_singleton_009.phpt7 protected function __destruct() {
19 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
H A Dfactory_and_singleton_010.phpt7 private function __destruct() {
19 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Ddestructor_inheritance.phpt10 function __destruct() {
26 base::__destruct
/PHP-7.2/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 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 Dbug36759.phpt10 function __destruct() {
17 function __destruct() {
26 Foo::__destruct
27 Bar::__destruct
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_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 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 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 Dbug54268.phpt16 public function __destruct()
18 DestructableObject::__destruct();
23 public function __destruct()
H A Dgc_030.phpt10 public function __destruct() {
25 #0 [internal function]: foo->__destruct()
31 #0 [internal function]: foo->__destruct()
H A Dbug38220.phpt39 function __destruct() {
40 echo "A::__destruct()\n";
70 A::__destruct()
85 A::__destruct()
/PHP-7.2/Zend/tests/traits/
H A Dmethods_003.phpt2 Testing __construct and __destruct with Trait
10 public function __destruct() {
24 string(10) "__destruct"
/PHP-7.2/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.2/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.2/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
11 function __destruct() {

Completed in 24 milliseconds

123456