PHP-Scoper, for example, transforms this [line](https://github.com/sebastianbergmann/php-code-coverage/blob/8.0.1/src/Driver/PHPDBG.php#L32) ```php if (!\function_exists('phpdbg_start_oplog')) { ``` to ```php if (!\function_exists('PHPUnit\\phpdbg_start_oplog')) { ``` which, of course, does not work properly anymore.
PHP-Scoper, for example, transforms this line
to
which, of course, does not work properly anymore.