Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
markoccurences
/
testReflectionVariableInMethodInvocation
/
testReflectionVariableInMethodInvocation.php
blob: 5c957c70a6118dbaebf9b39f725253dc3e65bc1f [
file
]
<?
php
namespace
Foo
;
class
MyBarek
{
private
$context
;
function
nonMagicMethod
(
\Foo\BarType $paramName
)
{
$this
->{
"context"
.
$this
->
context
[
0
]}();
}
}
?>