Ejemplo n.º 1
0
<?php

//echo "c.php\n";
class test
{
    function testa()
    {
        echo "me\n";
    }
}
//me();
$t = new test();
$t->testa();