History log of /PHP-8.2/ext/standard/tests/strings/str_starts_with.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# b5c7a83d 24-Jun-2020 Máté Kocsis

Remove unnecessary PHPDoc-alike blocks from tests

Closes GH-5759


# 31fb6a08 05-May-2020 William Hudgins

Add str_starts_with() and str_ends_with()

RFC: https://wiki.php.net/rfc/add_str_starts_with_and_ends_with_functions

Closes GH-5300.