‪TYPO3CMS  9.5
ArrayGlobalMatcher.php
Go to the documentation of this file.
1 <?php
2 return [
3  '$GLOBALS[\'TYPO3_DB\']' => [
4  'restFiles' => [
5  'Breaking-80929-TYPO3_DBMovedToExtension.rst',
6  ],
7  ],
8  '$GLOBALS[\'error\']' => [
9  'restFiles' => [
10  'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
11  ],
12  ],
13  '$GLOBALS[\'PARSETIME_START\']' => [
14  'restFiles' => [
15  'Breaking-82893-RemoveGlobalVariablePARSETIME_START.rst'
16  ],
17  ],
18  '$GLOBALS[\'TYPO3_LOADED_EXT\']' => [
19  'restFiles' => [
20  'Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst',
21  ],
22  ],
23 ];