// chương trình PHP đầu tay, đen trắng, khó theo dõi
        include "stdio.php";
        function main()
        {
            print("Hello");
        }
    
        // chương trình PHP đầu tay, màu mè tí
        include "stdio.php";
        function main()
        {
            print("Hello");
        }