<?xml version="1.0"?>
<!-- this works, too -->
<parent>
<!-- leave a comment -->
<test><this>now</this></test>
</parent>
.........................................
<?xml version="1.0"?>
<!-- this works, too -->
<parent attribute="value">
<!-- leave a comment -->
<this>now</this><test><this>now</this></test>
<!-- this works, too -->
<parent>
<!-- leave a comment -->
<test><this>now</this></test>
</parent>
</parent>
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 5.2.0 - 5.2.1
<?xml version="1.0"?>
<parent/>
.........................................
Catchable fatal error: Argument 2 passed to simplexml_import_simplexml() must be an instance of SimpleXMLElement, null given, called in /in/XqmEC on line 95 and defined in /in/XqmEC on line 64
Process exited with code 255.
Output for 5.1.0 - 5.1.6
<?xml version="1.0"?>
<parent/>
.........................................
Fatal error: Argument 2 passed to simplexml_import_simplexml() must not be null, called in /in/XqmEC on line 95 and defined in /in/XqmEC on line 64
Process exited with code 255.
Output for 5.0.0 - 5.0.5
<?xml version="1.0"?>
<parent/>
.........................................
Fatal error: Argument 2 must not be null in /in/XqmEC on line 64
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting ')' in /in/XqmEC on line 16
Process exited with code 255.