Frédéric Hardy wrote:
Marek Kilimajer wrote:

> See recent discusion on this list about this behavior. You can find it in the archives if you look for __isset.


I know, I am the author of this recent discussion. Current discussion is an "extension".


isset($foo['bar']) tests for existance of $foo['bar'], however, you created $foo->array['bar'] in you __set() method. It's the same as before - isset() does not call __get().


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to