Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / php / test_string_escaping_run.txt
Size: Mime:
---input---
<?php $x="{\""; ?>

---tokens---
'<?php'       Comment.Preproc
' '           Text
'$x'          Name.Variable
'='           Operator
'"'           Literal.String.Double
'{'           Literal.String.Double
'\\"'         Literal.String.Escape
'"'           Literal.String.Double
';'           Punctuation
' '           Text
'?>'          Comment.Preproc
'\n'          Other