Home
last modified time | relevance | path

Searched defs:str_ends_with (Results 1 – 4 of 4) sorted by relevance

/plugin/scrape/vendor/symfony/polyfill-php80/
Dbootstrap.php35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($… function
DPhp80.php101 public static function str_ends_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
/plugin/combo/vendor/symfony/polyfill-php80/
DPhp80.php101 public static function str_ends_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
Dbootstrap.php35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($… function