Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue190105_03.php
blob: 3b7edec1bf3f6f7c0bc7427714c1c885008f3e27 [
file
] [
log
] [
blame
]
<?
php
interface
A
{
public
function
functionName
(
A $param
);
}
class
ClassName
{
function
__construct
()
{
}
}
__halt_compiler
();?>
<?
php
class
ThisIsNotParsed
{
function
__construct
()
{
}
}