add_property_resource_ex  434 Zend/zend_API.h ZEND_API int add_property_resource_ex(zval *arg, const char *key, uint key_len, long r TSRMLS_DC);
add_property_resource_ex  443 Zend/zend_API.h #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__key)+1, __r TSRMLS_CC)