blob: 4a98e034ad295efcb6bf5e67a6011c8984b1a1ef [file]
<?php
interface A {
public function functionName(A $param);
}
class ClassName {
function __construct() {
__halt_compiler(); //this causes error
}
}
class ThisIsNotParsed {
function __construct() {
}
}