add_property_stringl_ex  457 Zend/zend_API.h ZEND_API int add_property_stringl_ex(zval *arg, const char *key, size_t key_len,  const char *str, size_t length);
add_property_stringl_ex  467 Zend/zend_API.h #define add_property_stringl(__arg, __key, __str, __length) add_property_stringl_ex(__arg, __key, strlen(__key), __str, __length)
add_property_stringl_ex 1061 ext/libxml/libxml.c 				add_property_stringl_ex(&z_error, "message", sizeof("message") - 1, "", 0);
add_property_stringl_ex 1066 ext/libxml/libxml.c 				add_property_stringl_ex(&z_error, "file", sizeof("file") - 1, "", 0);