Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
arrayDereferencing_01.php
blob: 9e8cd6cb054839f2d8c78a1ffcb94628c3f1419a [
file
]
<?
php
echo $myClass
->
giveMeArray
()[
'test'
];
?>