Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug32596.phpt |
--TEST-- Bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct) --FILE-- <?php class BUG { public $error = "please fix this thing, it wasted a nice part of my life!\n"; static function instance() {return new BUG();} function __destruct() { $c=get_class($this); unset($c); echo get_class($this) ."\n"; if(defined('DEBUG_'.__CLASS__)){} $c=get_class($this); //memory leak only echo $this->error; } } BUG::instance()->error; echo "this is still executed\n"; ?> --EXPECT-- BUG please fix this thing, it wasted a nice part of my life! this is still executed
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare