Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
arrayDereferencing_07.php
blob: 954ca3632a6e887b1853c7d2df33522c059b1f4e [
file
]
<?
php
functionCallWithParam
(
$myClass
->
giveMeArray
()[
0
][
1
]);
?>