below code for simple cms page
{{block type='core/template' name='Test' template='goodtest/test.phtml'}}
and this below code is for php file
<?php
echo $this->getLayout()->createBlock('core/template')->setTemplate('goodtest/test.phtml')->toHtml();
?>