xmlReadFile      2177 ext/simplexml/simplexml.c 	docp = xmlReadFile(filename, NULL, options);
xmlReadFile      2255 ext/simplexml/simplexml.c 	docp = is_url ? xmlReadFile(data, NULL, options) : xmlReadMemory(data, data_len, NULL, NULL, options);