Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion standard/standard_2.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function strchr(string $haystack, string $needle, bool $before_needle = false):
* (- or +) to be used on a number. By default, only the - sign is used
* on a number if it's negative. This specifier forces positive numbers
* to have the + sign attached as well, and was added in PHP 4.3.0.</p>
* @param string|int|float ...$values <p>
* @param mixed ...$values <p>
* </p>
* @return string a string produced according to the formatting string
* format.
Expand Down