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

[email protected] ("geoffers at gmail dot com")
Newsgroups php.bugs
Message-ID <[email protected]>
 ID:               42446
 User updated by:  geoffers at gmail dot com
 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:

It should certainly apply to the curly dollar syntax too before this
bug 
is fixed, though.


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

[2008-08-25 00:46:29] [email protected]

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

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

[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.