public function debug()
 {
     $tl = new TestLib();
     $str = $tl->hello();
     echo $str;
     exit(0);
 }
Example #2
0
<?php

/**
 * Created by PhpStorm.
 * User: oneFORall
 * Date: 21.05.2015
 * Time: 13:52
 */
require_once "lib/config.php";
require_once "lib/TestLib.php";
echo TestLib::length("abcd") . "<br>";
echo TestLib::poweredLength("abcd") . "<br>";