### Description The following code: ```php <?php $d = DateInterval::createFromDateString('next weekday 15:30'); ?> ``` Resulted in no warning. But I expected a warning telling me that the `15:30` was going to be ignored. ### PHP Version PHP 8.2.0-dev ### Operating System _No response_