class testClass { function testClass() { register_shutdown_function(array(&$this, "__shutDown")); } function __shutDown() { echo "the end" } }