xmlReadMemory    2265 ext/simplexml/simplexml.c 	docp = xmlReadMemory(data, (int)data_len, NULL, NULL, (int)options);
xmlReadMemory    2315 ext/simplexml/simplexml.c 	docp = is_url ? xmlReadFile(data, NULL, (int)options) : xmlReadMemory(data, (int)data_len, NULL, NULL, (int)options);