blob: 0f5ed19131a139f105638bc6fce2f3f42c6d9755 [file]
<?php
class CFunction {
function foo() {
return false;
}
}
?>