CDATA in xml is parsed differently in hhvm and php
Open
php5 incompatibility
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
Looks like php uses libxml for the xml extension, while hhvm uses expat. This is extracted from a failed wordpress test. http://3v4l.org/CafQs
```
:)]]>
Plain string
Closing CDATA
]]>
Alot of CDATA
closing ]]>
', true );
```
Contributor guide
Assessment
This issue has not been assessed yet.