php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32510 &not replaced with ?
Submitted: 2005-03-31 02:10 UTC Modified: 2005-03-31 15:53 UTC
From: jimmy dot palm at netatonce dot net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.0.3 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jimmy dot palm at netatonce dot net
New email:
PHP Version: OS:

 

 [2005-03-31 02:10 UTC] jimmy dot palm at netatonce dot net
Description:
------------
when I write &not, php 5.0.3 will replace it with ?

&not => replaces with ?
&curren => replaces with ? 

Weird???

ex.

$currency = "EUR" ;
printf("&currency = %s", $currency) ;

will write:

?cy=EUR

? what is the problem ?


Expected result:
----------------
That:

$currency = "EUR" ;
printf("&currency = %s", $currency) ;

gives output

&currency = EUR


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 08:18 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

I can not reproduce this..

 [2005-03-31 15:53 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

This is a browser issue, has nothing to do with PHP itself.
 [2012-11-09 15:37 UTC] martin at 4playtheband dot co dot uk
I just got this bug when passing a query string to another script, I had 
&notes=12345 but the &not part was being replaced with ¬ (¬)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 08:01:28 2024 UTC