@@ -5379,7 +5379,7 @@ discard block |
||
5379 | 5379 | * The string being checked, for the last occurrence |
5380 | 5380 | * of needle |
5381 | 5381 | * </p> |
5382 | - * @param string|int $needle <p> |
|
5382 | + * @param string $needle <p> |
|
5383 | 5383 | * The string to find in haystack. |
5384 | 5384 | * Or a code point as int. |
5385 | 5385 | * </p> |
@@ -5455,7 +5455,7 @@ discard block |
||
5455 | 5455 | * @param int $offset |
5456 | 5456 | * @param int $length |
5457 | 5457 | * |
5458 | - * @return int|null |
|
5458 | + * @return integer |
|
5459 | 5459 | */ |
5460 | 5460 | public static function strspn($str, $mask, $offset = 0, $length = 2147483647) |
5461 | 5461 | { |
@@ -6073,7 +6073,7 @@ discard block |
||
6073 | 6073 | * 2) when any of these: àáâãäåæçèéêëìíîï are followed by TWO chars from group B, |
6074 | 6074 | * 3) when any of these: ðñòó are followed by THREE chars from group B. |
6075 | 6075 | * |
6076 | - * @param string|array $str Any string or array. |
|
6076 | + * @param string $str Any string or array. |
|
6077 | 6077 | * |
6078 | 6078 | * @return string The same string, but UTF8 encoded. |
6079 | 6079 | */ |