From:             Tobias dot Glasmachers at gmx dot de
Operating system: -
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  small error in the german documentation of the dechex-function

Description:
------------
On your webside

http://www.php.net/manual/de/function.dechex.php

in the german version you can find the explanation:

> Diese Funktion liefert eine hexadezimale
> Repräsentation von number als String zurück. Der
> größte konvertierbare Wert für number ist dezimal
> 2147483647, dies entspricht (2 hoch 32)-1 und liefet
> als Ergebnis den String "7fffffff" zurück.

Please replace "(2 hoch 32)-1" by "(2 hoch 31)-1".

Regards,
Tobias Glasmachers



-- 
Edit bug report at http://bugs.php.net/?id=25301&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25301&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25301&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25301&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25301&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25301&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25301&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25301&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25301&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25301&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25301&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25301&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25301&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25301&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25301&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25301&r=gnused

Reply via email to