Why is the member name argument to read_property a zval *

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
witheredOldMale
Forum Newbie
Posts: 5
Joined: Wed Apr 22, 2009 1:49 pm

Why is the member name argument to read_property a zval *

Post 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?
witheredOldMale
Forum Newbie
Posts: 5
Joined: Wed Apr 22, 2009 1:49 pm

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

Post by witheredOldMale »

Please reply quickly.
Post Reply