Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/
H A Dmbstring.stub.php100 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding…
103 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
106 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
109 function mb_strrichr(string $haystack, string $needle, bool $before_needle = false, ?string $encodi…
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}

Completed in 22 milliseconds