* Skip test if SAPI is not enabled. * Skip test if simplexml extension is disabled.
This is an automated migration of most SKIPIF extension_loaded checks.
Since libxml version 2.9.0 external entity loading is disabled by default. Bumping the version requirement means that XML processing in PHP is no longer vulnerable to XXE processing attacks by default.