# File lib/erubis/engine/ephp.rb, line 29
    def escape_text(text)
      return text.gsub!(/<\?xml\b/, '<<?php ?>?xml') || text
    end