D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
prettyPrinter
/
expr
/
Filename :
constant_deref.test
back
Copy
Constant/literal dereferencing ----- <?php FOO[0]; FOO::BAR[0]; 'FOO'[0]; array(FOO)[0]; ----- FOO[0]; FOO::BAR[0]; 'FOO'[0]; array(FOO)[0];