Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue190105_01.php
blob: e164eb6459a4b2cb4caf3ff512854c8dcc00cc97 [
file
]
<?
php
interface
A
{
public
function
functionName
(
A $param
);
}
class
ClassName
{
function
__construct
()
{
}
}
__halt_compiler
();
class
ThisIsNotParsed
{
function
__construct
()
{
}
}