Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
constantArrayAccess_02.php
blob: 35fd2b40107d1ad45cee25e5d73cf62f641073b5 [
file
]
<?
php
$index
=
0
;
const
CONSTANT1
=
[
0
,
1
];
const
CONSTANT2
=
CONSTANT1
[
$index];