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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 03:01:29 2024 UTC