Home
last modified time | relevance | path

Searched defs:str_starts_with (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php96 public static function str_starts_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
H A Dbootstrap.php32 function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_with($haystack ?? '', $needle ?? ''); } function