Commit edecc8a
authored
PHP 8.4 | File::getMemberProperties(): allow for final properties (#834)
Update File::getMemberProperties() to report when a property is marked as final. Update existing tests (which are all for non-final properties) to expect that the property not be marked as final, and add a new test case for a final that should be, and is, marked as final.
Part of #7341 parent f668a5b commit edecc8a
File tree
3 files changed
+236
-1
lines changed- src/Files
- tests/Core/File
3 files changed
+236
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1845 | 1845 | | |
1846 | 1846 | | |
1847 | 1847 | | |
| 1848 | + | |
1848 | 1849 | | |
1849 | 1850 | | |
1850 | 1851 | | |
| |||
1917 | 1918 | | |
1918 | 1919 | | |
1919 | 1920 | | |
| 1921 | + | |
1920 | 1922 | | |
1921 | 1923 | | |
1922 | 1924 | | |
| |||
1925 | 1927 | | |
1926 | 1928 | | |
1927 | 1929 | | |
| 1930 | + | |
1928 | 1931 | | |
1929 | 1932 | | |
1930 | 1933 | | |
| |||
1960 | 1963 | | |
1961 | 1964 | | |
1962 | 1965 | | |
1963 | | - | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
1964 | 1970 | | |
1965 | 1971 | | |
1966 | 1972 | | |
| |||
2016 | 2022 | | |
2017 | 2023 | | |
2018 | 2024 | | |
| 2025 | + | |
2019 | 2026 | | |
2020 | 2027 | | |
2021 | 2028 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
0 commit comments