Home
last modified time | relevance | path

Searched refs:__destruct (Results 26 – 50 of 154) sorted by relevance

1234567

/PHP-7.4/tests/classes/
H A Ddestructor_and_exceptions.phpt10 function __destruct()
55 FailClass::__destruct
58 FailClass::__destruct
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 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 Ddestructor_inheritance.phpt10 function __destruct() {
26 base::__destruct
H A Ddestructor_visibility_002.phpt7 private function __destruct() {
22 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Dtostring_003.phpt2 ZE2 __toString() in __destruct/exception
14 function __destruct()
H A Dbug27468.phpt2 Bug #27468 (foreach in __destruct() causes segfault)
6 function __destruct() {
H A Dfactory_and_singleton_005.phpt7 protected function __destruct() {
17 Fatal error: Uncaught Error: Call to protected test::__destruct() from context '' in %sfactory_and_…
H A Dfactory_and_singleton_006.phpt7 private function __destruct() {
17 Fatal error: Uncaught Error: Call to private test::__destruct() from context '' in %sfactory_and_si…
H A Ddestructor_visibility_001.phpt7 private function __destruct() {
22 Fatal error: Uncaught Error: Call to private Derived::__destruct() from context '' in %sdestructor_…
/PHP-7.4/Zend/tests/
H A Dbug76047.phpt8 public function __destruct() {
41 string(10) "__destruct"
59 string(10) "__destruct"
H A Dbug62763.phpt15 public function __destruct() {
23 test1::shutdowntest2::__destruct
H A Dgc_011.phpt9 function __destruct() {
26 __destruct
H A Dget_class_methods_002.phpt20 public function __destruct() { }
41 string(10) "__destruct"
H A Dbug20240.phpt19 function __destruct() {
41 test::__destruct
H A Dbug43175.phpt2 Bug #43175 (__destruct() throwing an exception with __call() causes segfault)
7 public function __destruct() {
H A Dbug72177.phpt2 Bug #72177 Scope issue in __destruct after ReflectionProperty::setValue()
9 public function __destruct()
H A Dgc_028.phpt9 function __destruct() {
17 function __destruct() {
H A Dgc_029.phpt10 function __destruct() {
19 function __destruct() {
/PHP-7.4/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
11 function __destruct() {
/PHP-7.4/ext/spl/tests/
H A Diterator_068.phpt18 function __destruct() {
32 TestIteratorIterator::__destruct()
H A Dbug73423.phpt49 public Function __destruct ()
74 #1 %s(%d): fooIterator->__destruct()
80 #1 %s(%d): fooIterator->__destruct()
/PHP-7.4/ext/reflection/tests/
H A Dbug77882.phpt11 public function __destruct() {
12 echo "__destruct\n";
H A DReflectionMethod_basic3.phpt35 public function __destruct() {}
51 reflectMethod("TestClass", "__destruct");
155 Reflecting on method TestClass::__destruct()
159 string(10) "__destruct"
/PHP-7.4/ext/pdo/tests/
H A Dpdo_026.phpt32 function __destruct()
40 function __destruct()
110 PDOStatementX::__destruct()
111 PDODatabase::__destruct()

Completed in 30 milliseconds

1234567