PHP 8.6.0 Alpha 2 available for testing

Voting

: max(zero, four)?
(Example: nine)

The Note You're Voting On

ivan at php dot net
12 years ago
There is a minor issue in a code of mb_vsprintf function from viktor at textalk dot com.
In "truncate $arg" section the following line:
 $arg = mb_substr($precision,0,$precision,$encoding);
needs to be replaced with:
 $arg = mb_substr($arg,0,$precision,$encoding);

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /