From:             [EMAIL PROTECTED]
Operating system: Debian GNU/Linux unstable
PHP version:      4.1.2
PHP Bug Type:     Math related
Bug description:  GMP function output garbage.

Hi, I'm using GMP funtions, and I have a problem.
The problem is this:
var_dump( gmp_strval( '64' ) );
and I get:
string (3) "64<null>"
where <null> is the null character (\0x00).

I'm using Debian's GNU/Linux sid (unstable) source package to compile it,
just adding GMP support to it.
-- 
Edit bug report at http://bugs.php.net/?id=17465&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17465&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17465&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17465&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17465&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17465&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17465&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17465&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17465&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17465&r=globals

Reply via email to