php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40575 HTML-Entites in excamples of source code - German CHM-Version
Submitted: 2007-02-21 11:28 UTC Modified: 2007-02-21 11:34 UTC
From: postkonto at gmx dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Win XP
Private report: No CVE-ID: None
 [2007-02-21 11:28 UTC] postkonto at gmx dot de
Description:
------------
hexadecimal html entites instead of ASCII-Code in chm-version of (German) PHP manual (html-chm-compilation error?)

Expected result:
----------------
<?php
$zeichenkette = "abcdef"; 


Actual result:
--------------
&#60;?php
$zeichenkette = "abcdef"; 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-21 11:34 UTC] colder@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Duplicate of #40564
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Nov 18 05:00:01 2025 UTC