‪TYPO3CMS  9.5
ConstantMatcher.php
Go to the documentation of this file.
1 <?php
2 return [
3  'TYPO3_DLOG' => [
4  'restFiles' => [
5  'Breaking-82162-GlobalErrorConstantsRemoved.rst',
6  ],
7  ],
8  'TYPO3_ERROR_DLOG' => [
9  'restFiles' => [
10  'Breaking-82162-GlobalErrorConstantsRemoved.rst',
11  ],
12  ],
13  'TYPO3_EXCEPTION_DLOG' => [
14  'restFiles' => [
15  'Breaking-82162-GlobalErrorConstantsRemoved.rst',
16  ],
17  ],
18  'TYPO3_user_agent' => [
19  'restFiles' => [
20  'Breaking-82296-UserAgentConstantRemoved.rst',
21  ],
22  ],
23  'T3_ERR_SV_GENERAL' => [
24  'restFiles' => [
25  'Deprecation-85123-ConstantsRelatedToServices.rst',
26  ],
27  ],
28  'T3_ERR_SV_NOT_AVAIL' => [
29  'restFiles' => [
30  'Deprecation-85123-ConstantsRelatedToServices.rst',
31  ],
32  ],
33  'T3_ERR_SV_WRONG_SUBTYPE' => [
34  'restFiles' => [
35  'Deprecation-85123-ConstantsRelatedToServices.rst',
36  ],
37  ],
38  'T3_ERR_SV_NO_INPUT' => [
39  'restFiles' => [
40  'Deprecation-85123-ConstantsRelatedToServices.rst',
41  ],
42  ],
43  'T3_ERR_SV_FILE_NOT_FOUND' => [
44  'restFiles' => [
45  'Deprecation-85123-ConstantsRelatedToServices.rst',
46  ],
47  ],
48  'T3_ERR_SV_FILE_READ' => [
49  'restFiles' => [
50  'Deprecation-85123-ConstantsRelatedToServices.rst',
51  ],
52  ],
53  'T3_ERR_SV_FILE_WRITE' => [
54  'restFiles' => [
55  'Deprecation-85123-ConstantsRelatedToServices.rst',
56  ],
57  ],
58  'T3_ERR_SV_PROG_NOT_FOUND' => [
59  'restFiles' => [
60  'Deprecation-85123-ConstantsRelatedToServices.rst',
61  ],
62  ],
63  'T3_ERR_SV_PROG_FAILED' => [
64  'restFiles' => [
65  'Deprecation-85123-ConstantsRelatedToServices.rst',
66  ],
67  ],
68  'PATH_thisScript' => [
69  'restFiles' => [
70  'Feature-84153-IntroduceAGenericEnvironmentClass.rst',
71  'Deprecation-85285-DeprecatedSystemConstants.rst',
72  ],
73  ],
74  'PATH_typo3' => [
75  'restFiles' => [
76  'Feature-84153-IntroduceAGenericEnvironmentClass.rst',
77  'Deprecation-85285-DeprecatedSystemConstants.rst',
78  ],
79  ],
80  'PATH_typo3conf' => [
81  'restFiles' => [
82  'Feature-84153-IntroduceAGenericEnvironmentClass.rst',
83  'Deprecation-85285-DeprecatedSystemConstants.rst',
84  ],
85  ],
86  'TYPO3_OS' => [
87  'restFiles' => [
88  'Feature-84153-IntroduceAGenericEnvironmentClass.rst',
89  'Deprecation-85285-DeprecatedSystemConstants.rst',
90  ],
91  ],
92  'NUL' => [
93  'restFiles' => [
94  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
95  ]
96  ],
97  'TAB' => [
98  'restFiles' => [
99  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
100  ]
101  ],
102  'SUB' => [
103  'restFiles' => [
104  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
105  ]
106  ],
107  'TYPO3_URL_SYSTEMREQUIREMENTS' => [
108  'restFiles' => [
109  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
110  ]
111  ],
112  'TYPO3_URL_DOWNLOAD' => [
113  'restFiles' => [
114  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
115  ]
116  ],
117  'TYPO3_URL_SECURITY' => [
118  'restFiles' => [
119  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
120  ]
121  ],
122  'TYPO3_URL_CONTRIBUTE' => [
123  'restFiles' => [
124  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
125  ]
126  ],
127  'TYPO3_URL_CONSULTANCY' => [
128  'restFiles' => [
129  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
130  ]
131  ],
132  'TYPO3_URL_DOCUMENTATION_TSCONFIG' => [
133  'restFiles' => [
134  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
135  ]
136  ],
137  'TYPO3_URL_DOCUMENTATION_TSREF' => [
138  'restFiles' => [
139  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
140  ]
141  ],
142  'TYPO3_URL_DOCUMENTATION' => [
143  'restFiles' => [
144  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
145  ]
146  ],
147  'TYPO3_URL_MAILINGLISTS' => [
148  'restFiles' => [
149  'Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst',
150  ]
151  ],
152  'PATH_site' => [
153  'restFiles' => [
154  'Deprecation-85285-DeprecatedSystemConstants.rst',
155  ]
156  ]
157 ];