### Description The following code: ```php <?php echo rtrim("array_find.md", ".md"); // Output: array_fin ``` But I expected this output instead: ``` // expect output: array_find ``` ### PHP Version php 8.4 ### Operating System macos 14