Home
last modified time | relevance | path

Searched refs:__destruct (Results 51 – 75 of 154) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72663.phpt2 Bug #72663 (1): Don't call __destruct if __wakeup not called or fails
10 public function __destruct() {
19 public function __destruct() {
/PHP-7.4/Zend/tests/
H A Dbug68652.phpt15 public function __destruct() {
30 public function __destruct() {
H A Dbug53511.phpt6 function __destruct() {
25 #0 %sbug53511.php(12): Foo->__destruct()
H A Dbug64720.phpt14 public function __destruct() {
33 public function __destruct() {
H A Dbug52361.phpt6 public function __destruct() {
28 #0 %sbug52361.php(16): aaa->__destruct()
H A Dbug47343.phpt7 public function __destruct()
28 public function __destruct()
H A Dbug73338.phpt6 try { call_user_func(new class { function __destruct () { throw new Error; } }); } catch (Error $e)…
14 try { [new class { static function foo() {} function __destruct () { throw new Error; } }, "foo"]()…
H A Dbug32596.phpt2 Bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct)
9 function __destruct()
H A Dbug74053.phpt6 function __destruct() {
14 function __destruct() {
H A Dget_class_methods_003.phpt34 public function __destruct() { }
59 string(10) "__destruct"
H A Dbug70805.phpt12 public function __destruct() {
37 unset($t); // This is used to trigger C::__destruct while doing gc_colloct_roots
H A Dtemporary_cleaning_011.phpt6 function __destruct() {
H A Dfe_fetch_dtor_exception.phpt7 function __destruct() {
H A Dbug65051.phpt9 public function __destruct() {
/PHP-7.4/ext/spl/tests/
H A Diterator_041a.phpt57 function __destruct()
97 State 7: __destruct()
105 State 7: __destruct()
H A Diterator_041b.phpt57 function __destruct()
108 State 7: __destruct()
121 State 7: __destruct()
H A Dbug79710.phpt12 public function __destruct() {
38 #1 [internal function]: Target->__destruct()
H A Dbug80663.phpt6 public function __destruct() {
/PHP-7.4/ext/pdo/tests/
H A Dpdo_029.phpt32 function __destruct()
46 function __destruct()
124 PDOStatementX::__destruct()
125 PDODatabase::__destruct()
H A Dpdo_030.phpt33 function __destruct()
47 function __destruct()
138 PDOStatementX::__destruct()
139 PDODatabase::__destruct()
/PHP-7.4/tests/classes/
H A Dautoload_005.phpt21 function __destruct() {
36 Test::__destruct
/PHP-7.4/ext/opcache/tests/opt/
H A Ddce_006.phpt14 function __destruct() {}
39 A::__destruct: ; (lines=1, args=0, vars=0, tmps=0)
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_basic2.phpt33 public function __destruct() {}
49 reflectMethod("TestClass", "__destruct");
188 Reflecting on method TestClass::__destruct()
191 string(%d) "Method [ <user, dtor> public method __destruct ] {
199 string(%d) "Method [ <user, dtor> public method __destruct ] {
H A DReflectionMethod_basic4.phpt39 public function __destruct() {}
55 reflectMethod("TestClass", "__destruct");
158 Reflecting on method TestClass::__destruct()
/PHP-7.4/Zend/tests/return_types/
H A D018.phpt7 function __destruct() : Foo {}

Completed in 36 milliseconds

1234567