Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
semantic
/
class004.php.semantic
blob: 0aa34309f352da0689d9ae609f0546a1974fe161 [
file
] [
log
] [
blame
]
<?
php
class
|>
CLASS
:
test
<|
{
private
function
|>
METHOD
:
f1
<|()
{
return
0
;
}
private
function
|>
METHOD
,
UNUSED
:
f2
<|()
{
return
1
;
}
public
function
|>
METHOD
:
f3
<|()
{
return
$this
->|>
CUSTOM1
:
f1
<|();
}
}
?>