blob: 3b7edec1bf3f6f7c0bc7427714c1c885008f3e27 [file] [log] [blame]
<?php
interface A {
public function functionName(A $param);
}
class ClassName {
function __construct() {
}
}
__halt_compiler();?>
<?php
class ThisIsNotParsed {
function __construct() {
}
}