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