Commit 0f2f528
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 bbed906 commit 0f2f528
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 | |
|---|---|---|---|
| |||
1785 | 1785 | | |
1786 | 1786 | | |
1787 | 1787 | | |
| 1788 | + | |
1788 | 1789 | | |
1789 | 1790 | | |
1790 | 1791 | | |
| |||
1854 | 1855 | | |
1855 | 1856 | | |
1856 | 1857 | | |
| 1858 | + | |
1857 | 1859 | | |
1858 | 1860 | | |
1859 | 1861 | | |
| |||
1862 | 1864 | | |
1863 | 1865 | | |
1864 | 1866 | | |
| 1867 | + | |
1865 | 1868 | | |
1866 | 1869 | | |
1867 | 1870 | | |
| |||
1897 | 1900 | | |
1898 | 1901 | | |
1899 | 1902 | | |
1900 | | - | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
1901 | 1907 | | |
1902 | 1908 | | |
1903 | 1909 | | |
| |||
1954 | 1960 | | |
1955 | 1961 | | |
1956 | 1962 | | |
| 1963 | + | |
1957 | 1964 | | |
1958 | 1965 | | |
1959 | 1966 | | |
| |||
| 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