Beispiel #1
0
        static void Main(string[] args)
        {
            var c = new Class1();

            c.ExecuteStaticMethodInPhp();
            c.TestErrorsInPhp();
            Console.ReadLine();
        }