Functions Php

//bar.php:
                print "In bar\n";
    ?>
//index.php
                include_once 'bar.php';
            include_once 'BAR.php';
            include_once 'Bar.php';
    ?>