34 lines
912 B
PHP
34 lines
912 B
PHP
<?php
|
|
|
|
return [
|
|
// Removed global functions
|
|
'debugBegin' => [
|
|
'numberOfMandatoryArguments' => 0,
|
|
'maximumNumberOfArguments' => 0,
|
|
'restFiles' => [
|
|
'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
|
|
],
|
|
],
|
|
'debugEnd' => [
|
|
'numberOfMandatoryArguments' => 0,
|
|
'maximumNumberOfArguments' => 0,
|
|
'restFiles' => [
|
|
'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
|
|
],
|
|
],
|
|
'xdebug' => [
|
|
'numberOfMandatoryArguments' => 0,
|
|
'maximumNumberOfArguments' => 0,
|
|
'restFiles' => [
|
|
'Breaking-82640-Re-arrangingGlobalDebugFunctions.rst',
|
|
],
|
|
],
|
|
'debug' => [
|
|
'numberOfMandatoryArguments' => 0,
|
|
'maximumNumberOfArguments' => 3,
|
|
'restFiles' => [
|
|
'Breaking-82640-Re-arrangingGlobalDebugFunctions.rst',
|
|
],
|
|
],
|
|
];
|