What the status of destruct, should it work?

I am asking because all the simple provided examples work, but in a more
complex situation __destruct is never called.
Is destruct called on a object when a exit is issued?

for debugging I use this destruct:

 function __destruct()
 {
  touch("/tmp/destruct_app.txt");
 }

I am using todays snap (06.30)

Gr,

JOhn

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to