# File lib/rouge/lexers/php.rb, line 78 def self.analyze_text(text) return 1 if text.shebang?('php') return 0.3 if /<\?(?!xml)/ =~ text 0 end