Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
expressionArrayAccess_02.php
blob: 7cb193da7b5fe0d7d744a6024e2a576fae625cf8 [
file
]
<?
php
echo
[
1
,
2
,
3
][
0
];
?>