Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/tests/
H A Dmb_str_functions_opt-parameter.phpt32 Deprecated: mb_strstr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated i…
35 Deprecated: mb_strrchr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated …
38 Deprecated: mb_stristr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated …
41 Deprecated: mb_strrichr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated…
/PHP-8.2/ext/standard/tests/strings/
H A Dstristr2.phpt2 stristr() - New parameter: before_needle
H A Dstrstr2.phpt2 strstr() - New parameter: before_needle
/PHP-8.2/ext/mbstring/
H A Dmbstring.stub.php100 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding… argument
103 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin… argument
106 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin… argument
109 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.2/ext/standard/
H A Dbasic_functions.stub.php1657 function stristr(string $haystack, string $needle, bool $before_needle = false): string|false {}
1663 function strstr(string $haystack, string $needle, bool $before_needle = false): string|false {}
1666 function strchr(string $haystack, string $needle, bool $before_needle = false): string|false {}
H A Dbasic_functions_arginfo.h898 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, before_needle, _IS_BOOL, 0, "false")
/PHP-8.2/ext/intl/tests/
H A Dgrapheme.phpt430 …$res_str .= "\n" . 'function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}' . "\n…
503 …$res_str .= "\n" . 'function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}' . "\…
1041 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}
1079 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}
H A Dgrapheme2.phpt426 …$res_str .= "\n" . 'function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}' . "\n…
491 …$res_str .= "\n" . 'function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}' . "\…
1029 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}
1067 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}

Completed in 40 milliseconds