Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/dopp/setup/test/tests/
Upload File :
Current File : /home/escuelai/public_html/dopp/setup/test/tests/test.syntax.php

<?php
require_once "class.test.php";

class SyntaxTest extends Test {
    var $name = "PHP Syntax Checks";

    function testCompileErrors() {
        $exit = 0;
        foreach ($this->getAllScripts(false) as $s) {
            ob_start();
            system("php -l $s", $exit);
            $line = ob_get_contents();
            ob_end_clean();
            if ($exit != 0)
                $this->fail($s, 0, $line);
            else
                $this->pass();
        }
    }
}

return 'SyntaxTest';
?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists