Constant/literal dereferencing ----- <?php FOO[0]; FOO::BAR[0]; 'FOO'[0]; array(FOO)[0]; ----- FOO[0]; FOO::BAR[0]; 'FOO'[0]; array(FOO)[0];