Home
last modified time | relevance | path

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

12345

/PHP-7.0/tests/classes/
H A Ddestructor_visibility_003.phpt9 private function __destruct() {
15 public function __destruct() {
22 unset($obj); // Derived::__destruct is being called not Base::__destruct
27 Derived::__destruct
H A Dctor_dtor.phpt12 function __destruct() {
21 function __destruct() {
37 early::__destruct
40 late::__destruct
H A Diterators_002.phpt42 function __destruct() {
55 function __destruct() {
86 c_iter::__destruct
97 c_iter::__destruct
108 c_iter::__destruct
111 c_iter::__destruct
112 c::__destruct
H A Dctor_dtor_inheritance.phpt22 function __destruct() {
41 function __destruct() {
42 parent::__destruct();
64 base::__destruct
87 base::__destruct
93 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
15 function __destruct()
/PHP-7.0/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 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()
H A Dbug64720.phpt14 public function __destruct() {
33 public function __destruct() {
50 #0 [internal function]: Stat->__destruct()
H A Dbug68652.phpt15 public function __destruct() {
30 public function __destruct() {
42 #1 [internal function]: Foo->__destruct()
H A Dbug62763.phpt15 public function __destruct() {
23 test1::shutdowntest2::__destruct
H A Dgc_011.phpt9 function __destruct() {
25 __destruct
/PHP-7.0/Zend/tests/traits/
H A Dmethods_003.phpt2 Testing __construct and __destruct with Trait
10 public function __destruct() {
24 string(10) "__destruct"
/PHP-7.0/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.0/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.0/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
11 function __destruct() {

Completed in 44 milliseconds

12345