php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35702 print_r(NAN) return NaNQ(1) , but it should be NAN , right?
Submitted: 2005-12-16 10:26 UTC Modified: 2005-12-24 01:00 UTC
From: samuelkid at citiz dot net Assigned:
Status: No Feedback Package: Variables related
PHP Version: 5.1.1 OS: EBCDIC platform
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: samuelkid at citiz dot net
New email:
PHP Version: OS:

 

 [2005-12-16 10:26 UTC] samuelkid at citiz dot net
Description:
------------
print_r(NAN) return NaNQ(1) , but it should be NAN , right?

Is it platform related? my operating system is based on EBCDIC not ASCII

Reproduce code:
---------------
print_r(NAN)

Expected result:
----------------
NAN

Actual result:
--------------
NANQ(1)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-16 15:12 UTC] sniper@php.net
And what OS/Platform is it?
 [2005-12-24 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 10:01:28 2024 UTC