Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
semantic
/
issue258676.php.semantic
blob: 195b2248aeac21e59671e73ecebee671e907ef62 [
file
] [
log
] [
blame
]
<?
php
class
|>
CLASS
:
Example
<|
{
public
function
|>
METHOD
:
doSomething
<|()
{
throw
new
\Exception
(
$this
->|>
CUSTOM1
:
getMessage
<|());
}
private
function
|>
METHOD
:
getMessage
<|()
{
return
'Hello World!'
;
}
}