Searched refs:str_ends_with (Results 1 – 3 of 3) sorted by relevance
35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($… function
16 - [`str_ends_with`](https://php.net/str_ends_with)
101 public static function str_ends_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80