<?php if(1==2){ include "2.php"; } ?>
<?php if(1==2){ require "2.php"; } ?>
<?php if(FALSE){ require('a.php'); } if(FALSE){ include('b.php'); } ?>