<?php
interface foo {
	
}

interface bar {
	
}

interface baz {
	
}
?>