add_property_resource_ex  453 Zend/zend_API.h ZEND_API int add_property_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r);
add_property_resource_ex  463 Zend/zend_API.h #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__key), __r)