|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-07-28 15:22 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 00:00:01 2025 UTC |
Using show_source() on a file with the following code: $message = $row["message"]; The colorized output shows an extra space before and after the =, and a space between the [ and the ". The first is due to the fact that is uses both an and a space, and the second is because show_source() is creating extra newlines, which are interpreted as spaces: $message = $row[<FONT color="#DD0000"> <STRONG>"message"</STRONG></FONT>]<FONT color="#007700">;</FONT><br>