Searched refs:before_needle (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/mbstring/tests/ |
H A D | mb_str_functions_opt-parameter.phpt | 32 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-src/ext/standard/tests/strings/ |
H A D | stristr2.phpt | 2 stristr() - New parameter: before_needle
|
H A D | strstr2.phpt | 2 strstr() - New parameter: before_needle
|
/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 100 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 D | mbstring_arginfo.h | 67 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, before_needle, _IS_BOOL, 0, "false")
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 2392 function stristr(string $haystack, string $needle, bool $before_needle = false): string|false {} 2400 function strstr(string $haystack, string $needle, bool $before_needle = false): string|false {} 2403 function strchr(string $haystack, string $needle, bool $before_needle = false): string|false {} 2425 function strrchr(string $haystack, string $needle, bool $before_needle = false): string|false {}
|
H A D | basic_functions_arginfo.h | 889 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, before_needle, _IS_BOOL, 0, "false")
|
/php-src/ext/intl/tests/ |
H A D | grapheme.phpt | 430 …$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 D | grapheme2.phpt | 426 …$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 35 milliseconds