You don't have an account yet?
Become part of our PHP community and register now...
class A { function __destruct(){ echo "dekonstruktor...\n"; } } $a=new A(); exit();
EDIT: jupp wird aufgerufen.
Comment