php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17465 GMP function output garbage.
Submitted: 2002-05-27 18:54 UTC Modified: 2002-07-07 13:19 UTC
From: llucar at mecon dot gov dot ar Assigned:
Status: Closed Package: Math related
PHP Version: 4.1.2 OS: Debian GNU/Linux unstable
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: llucar at mecon dot gov dot ar
New email:
PHP Version: OS:

 

 [2002-05-27 18:54 UTC] llucar at mecon dot gov dot ar
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-07 13:19 UTC] derick@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC