add_property_str_ex 455 Zend/zend_API.h ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str); add_property_str_ex 465 Zend/zend_API.h #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __str)