Skip to content

phpdbg_*() functions are scoped to PHPUnit\phpdbg_*() #4211

@sebastianbergmann

Description

@sebastianbergmann

PHP-Scoper, for example, transforms this line

if (!\function_exists('phpdbg_start_oplog')) {

to

if (!\function_exists('PHPUnit\\phpdbg_start_oplog')) {

which, of course, does not work properly anymore.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions