On Aug 9, 2005, at 12:18 AM, Derick Rethans wrote:

Ah,you meant that __have_prop() should always return the full array of
things that are supported. That is fine, as long as we can have this
generated from the "abstract" properties that people declared (so that
they can be documented properly too).

No, I meant that prototype for _have_prop() would be:

   bool function _have_prop(string $propname)

_have_prop() should only care about "virtual" properties anyway. You pass it a property name, it tells you whether it is a virtual one or not.

-Andrei

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

Reply via email to