1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00
Files
archived-php-src/run-tests.php
Matteo Beccati 92d54f81d6 Escape non-printable characters in the junit XML output
XML doesn't allow most of the characters < 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.
2014-05-27 12:03:38 +02:00

78 KiB
Executable File