Home
last modified time | relevance | path

Searched refs:before_needle (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/standard/tests/strings/
H A Dstristr2.phpt2 stristr() - New parameter: before_needle
H A Dstrstr2.phpt2 strstr() - New parameter: before_needle
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php36 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding… argument
38 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin… argument
40 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin… argument
42 function mb_strrichr(string $haystack, string $needle, bool $before_needle = false, ?string $encodi… argument
H A Dmbstring_arginfo.h67 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, before_needle, _IS_BOOL, 0, "false")
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php581 function stristr(string $haystack, string $needle, bool $before_needle = false): string|false {} argument
583 function strstr(string $haystack, string $needle, bool $before_needle = false): string|false {} argument
586 function strchr(string $haystack, string $needle, bool $before_needle = false): string|false {} argument
H A Dbasic_functions_arginfo.h888 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, before_needle, _IS_BOOL, 0, "false")
/PHP-8.0/ext/intl/tests/
H A Dgrapheme.phpt429 …$res_str .= "\n" . 'function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}' . "\n…
502 …$res_str .= "\n" . 'function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}' . "\…
1040 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}
1078 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}
H A Dgrapheme2.phpt425 …$res_str .= "\n" . 'function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}' . "\n…
490 …$res_str .= "\n" . 'function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}' . "\…
1028 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}
1066 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}

Completed in 39 milliseconds