On Wed, Jul 23, 2008 at 6:41 PM, guyvdb@svn.wikimedia.org wrote:
////echo "<br>$delta, $p";
//////echo "<br>$delta, $p";
////echo "<br>$x_start-$x_end , $y_start-$y_end";
//////echo "<br>$x_start-$x_end , $y_start-$y_end";
////echo "-pass";
//////echo "-pass";
[tons more in this vein]
If your goal here is debugging, I would suggest that you use wfDebug() instead of trying to search-and-replace commented-out echoes constantly (I'm assuming that's what you're doing). Especially if you're going to accidentally change the number of slashes in dozens of lines of comments and make the diffs unreadable.