add_property_long_ex  450 Zend/zend_API.h ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
add_property_long_ex  460 Zend/zend_API.h #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n)
add_property_long_ex 1055 ext/libxml/libxml.c 			add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level);
add_property_long_ex 1056 ext/libxml/libxml.c 			add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code);
add_property_long_ex 1057 ext/libxml/libxml.c 			add_property_long_ex(&z_error, "column", sizeof("column") - 1, error->int2 );
add_property_long_ex 1068 ext/libxml/libxml.c 			add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line);