php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28236 Preview vs Posted Note differences
Submitted: 2004-04-30 17:16 UTC Modified: 2005-09-08 12:08 UTC
From: aidan@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2004-04-30 17:16 UTC] aidan@php.net
Description:
------------
When posting code on the manual, if you have something like so:

<?php
$string = "\x25\x25\x25\x25";
?>

The backslashes will not be shown in the preview, however they will be shown when the note is posted on the manual.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-30 17:39 UTC] didou@php.net
It's a mirror probem. Can you tell us the mirror you're using ?
 [2004-06-03 10:35 UTC] aidan@php.net
Hi there,

Sorry I didn't get back to you, the php.net email was down at the time I think - and I never recieved the backlog.

Adding a note on au3.php.net
<?php
$string = "\x25\x25\x25\x25";
?>

Output:
<?php
$string = "x25x25x25x25";
?>
 [2005-09-06 15:51 UTC] sniper@php.net
Is this still a problem?
 [2005-09-08 12:08 UTC] aidan@php.net
This no longer happens.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 19:00:01 2026 UTC