Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php/php-7.3.1/tests/classes/
Upload File :
Current File : //hdd/hdd21/main/php/php-7.3.1/tests/classes/factory_and_singleton_009.phpt

--TEST--
ZE2 factory and singleton, test 9
--FILE--
<?php
class test {

  protected function __destruct() {
  	echo __METHOD__ . "\n";
  }
}

$obj = new test;

?>
===DONE===
--EXPECT--
===DONE===

Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on line 0