D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
prettyPrinter
/
stmt
/
Filename :
const.test
back
Copy
Constant declarations ----- <?php const FOO = 'BAR'; const FOO = 1 + 1; const FOO = BAR, BAR = FOO; ----- const FOO = 'BAR'; const FOO = 1 + 1; const FOO = BAR, BAR = FOO;