#42446 [Opn]: highlight_(string|file) should use <var>

[email protected]
Newsgroups php.bugs
Message-ID <[email protected]>
 ID:               42446
 Updated by:       [email protected]
 Reported By:      geoffers at gmail dot com
 Status:           Open
 Bug Type:         Feature/Change Request
 Operating System: Mac OS 10.4.10
 PHP Version:      5.2.3
 New Comment:

The following patch should add <var> to all variables, this does not
apply to the curly dollar syntax (${'var'}).

Patch:
http://www.phpfi.com/346971


Previous Comments:
------------------------------------------------------------------------

[2007-08-27 15:56:40] geoffers at gmail dot com

Description:
------------
The code highlight functions should use <var> for variables in the 
highlighted code.

Reproduce code:
---------------
<?php

highlight_string('$foo');

Expected result:
----------------
<code><span style="color: #000000">
<var>$foo</var></span>
</code>

Actual result:
--------------
<code><span style="color: #000000">
$foo</span>
</code>


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42446&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.