tartrazine/spec/tests/php/test_string_escaping_run.txt

17 lines
384 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---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