This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/php/ints.php.output
Oleh Prypin 6f43092173
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
2021-01-20 10:48:45 +01:00

63 lines
1.4 KiB
Text
Generated

'<?php' Comment.Preproc
'\n\n' Text
'$x' Name.Variable
' ' Text
'=' Operator
' ' Text
'array' Keyword
'(' Punctuation
'0123' Literal.Number.Oct
',' Punctuation
' ' Text
'0x0a' Literal.Number.Hex
',' Punctuation
' ' Text
'-' Operator
'0x0a' Literal.Number.Hex
',' Punctuation
' ' Text
'-' Operator
'0123' Literal.Number.Oct
',' Punctuation
' ' Text
'12' Literal.Number.Integer
',' Punctuation
' ' Text
'-' Operator
'12' Literal.Number.Integer
');' Punctuation
'\n\n' Text
'?>' Comment.Preproc
'\n' Other
'<?php' Comment.Preproc
'\n' Text
'$a' Name.Variable
' ' Text
'=' Operator
' ' Text
'1.234' Literal.Number.Float
';' Punctuation
' \n' Text
'$b' Name.Variable
' ' Text
'=' Operator
' ' Text
'1.2e3' Literal.Number.Float
';' Punctuation
' \n' Text
'$c' Name.Variable
' ' Text
'=' Operator
' ' Text
'7E-10' Literal.Number.Float
';' Punctuation
'\n' Text
'?>' Comment.Preproc
'\n' Other