Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue190105_02.php
blob: 4a98e034ad295efcb6bf5e67a6011c8984b1a1ef [
file
]
<?
php
interface
A
{
public
function
functionName
(
A $param
);
}
class
ClassName
{
function
__construct
()
{
__halt_compiler
();
//this causes error
}
}
class
ThisIsNotParsed
{
function
__construct
()
{
}
}