### Description I implemented my own runner for the phpt files and noticed the following: In the spec for the file format it says: (https://qa.php.net/phpt_details.php#test_section) "Title of test as a single line short description." But the following test have more than one line: - php-src\tests\classes\unset_properties.phpt - php-src\tests\lang\foreachLoop.010.phpt - php-src\tests\lang\func_get_arg.005.phpt - php-src\tests\output\stream_isatty_no_warning_on_cast.phpt What is the best solution for this? Change the spec for phpt or fix the tests? ### PHP Version latest ### Operating System _No response_