add_property_string_ex 456 Zend/zend_API.h ZEND_API int add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str); add_property_string_ex 466 Zend/zend_API.h #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key), __str) add_property_string_ex 1059 ext/libxml/libxml.c add_property_string_ex(&z_error, "message", sizeof("message") - 1, error->message); add_property_string_ex 1064 ext/libxml/libxml.c add_property_string_ex(&z_error, "file", sizeof("file") - 1, error->file);