Elements transcribing PHP code?

@tpbradley, Was this meant to be fixed in 0.67?

I have a line of PHP code that starts like this:

<input type="text" name="search" value="<?php echo isset($_GET['search']) ? htmlspecialchars($_GET['search']) : ''; ?>" ...

and it is getting transcribed to this:

<input type="text" name="search" value="<!--RW::PHP0RW::PHP-->" ...

So it looks like it isn’t fixed yet?