<?php class Foo { public function __destruct() { echo "destruct\n"; } } $f = new Foo; $f->__destruct();
You have javascript disabled. You will not be able to edit any code.