Home
last modified time | relevance | path

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

12345

/PHP-7.0/tests/classes/
H A Dbug27468.phpt2 Bug #27468 (foreach in __destruct() causes segfault)
6 function __destruct() {
H A Dfactory_and_singleton_009.phpt9 protected function __destruct() {
21 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
H A Dfactory_and_singleton_010.phpt9 private function __destruct() {
21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Ddestructor_inheritance.phpt12 function __destruct() {
28 base::__destruct
H A Ddestructor_visibility_002.phpt9 private function __destruct() {
24 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Dfactory_and_singleton_005.phpt9 protected function __destruct() {
19 Fatal error: Uncaught Error: Call to protected test::__destruct() from context '' in %sfactory_and_…
H A Dfactory_and_singleton_006.phpt9 private function __destruct() {
19 Fatal error: Uncaught Error: Call to private test::__destruct() from context '' in %sfactory_and_si…
H A Dtostring_003.phpt2 ZE2 __toString() in __destruct/exception
14 function __destruct()
H A Ddestructor_visibility_001.phpt9 private function __destruct() {
24 Fatal error: Uncaught Error: Call to private Derived::__destruct() from context '' in %sdestructor_…
/PHP-7.0/Zend/tests/
H A Dget_class_methods_002.phpt20 public function __destruct() { }
41 string(10) "__destruct"
H A Dbug43175.phpt2 Bug #43175 (__destruct() throwing an exception with __call() causes segfault)
7 public function __destruct() {
H A Dgc_028.phpt9 function __destruct() {
17 function __destruct() {
H A Dbug20240.phpt21 function __destruct() {
43 test::__destruct
H A Dgc_029.phpt12 function __destruct() {
21 function __destruct() {
H A Dgc_029_zts.phpt12 function __destruct() {
21 function __destruct() {
H A Dbug47343.phpt7 public function __destruct()
28 public function __destruct()
H A Dbug52361.phpt6 public function __destruct() {
28 #0 %sbug52361.php(13): aaa->__destruct()
/PHP-7.0/ext/spl/tests/
H A Diterator_068.phpt18 function __destruct() {
32 TestIteratorIterator::__destruct()
H A Diterator_041a.phpt57 function __destruct()
97 State 7: __destruct()
105 State 7: __destruct()
/PHP-7.0/ext/pdo/tests/
H A Dpdo_026.phpt32 function __destruct()
40 function __destruct()
110 PDOStatementX::__destruct()
111 PDODatabase::__destruct()
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.0/ext/reflection/tests/
H A DReflectionMethod_basic3.phpt35 public function __destruct() {}
51 reflectMethod("TestClass", "__destruct");
155 Reflecting on method TestClass::__destruct()
159 string(10) "__destruct"
H A DReflectionMethod_basic2.phpt33 public function __destruct() {}
49 reflectMethod("TestClass", "__destruct");
174 Reflecting on method TestClass::__destruct()
177 string(%d) "Method [ <user, dtor> public method __destruct ] {
183 string(%d) "Method [ <user, dtor> public method __destruct ] {
/PHP-7.0/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() {

Completed in 22 milliseconds

12345