Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
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
()
{
}
}