!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/usr/share/roundcube/plugins/managesieve/tests/   drwxr-xr-x
Free 1.47 GB of 7.22 GB (20.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Tokenizer.php (967 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class Tokenizer extends PHPUnit_Framework_TestCase
{

    function 
setUp()
    {
        include_once 
dirname(__FILE__) . '/../lib/Roundcube/rcube_sieve_script.php';
    }

    function 
data_tokenizer()
    {
        return array(
            array(
1"text: #test\nThis is test ; message;\nMulti line\n.\n;\n"'"This is test ; message;\nMulti line"'),
            array(
0'["test1","test2"]''[["test1","test2"]]'),
            array(
1'["test"]''["test"]'),
            array(
1'"te\\"st"''"te\\"st"'),
            array(
0'test #comment''["test"]'),
            array(
0"text:\ntest\n.\ntext:\ntest\n.\n"'["test","test"]'),
            array(
1'"\\a\\\\\\"a"''"a\\\\\\"a"'),
        );
    }

    
/**
     * @dataProvider data_tokenizer
     */
    
function test_tokenizer($num$input$output)
    {
        
$res json_encode(rcube_sieve_script::tokenize($input$num));

        
$this->assertEquals(trim($res), trim($output));
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0413 ]--