Page 1 of 1

Why is the member name argument to read_property a zval *

Posted: Thu Apr 23, 2009 2:11 am
by witheredOldMale
and not char *?

typedef zval *(*zend_object_read_property_t)(zval *object, zval *member, int type TSRMLS_DC);

What do they expect us to pass for member?

Re: Why is the member name argument to read_property a zval *

Posted: Thu Apr 23, 2009 2:40 am
by witheredOldMale
Please reply quickly.