!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/lampp/lib/php/test/Net_DNS/tests/   drwxr-xr-x
Free 13.79 GB of 61.93 GB (22.26%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Net_DNS_RRTest.php (1.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require_once 'Net/DNS.php';

class 
Net_DNS_RRTest extends PHPUnit_Framework_TestCase {

    public function 
testBug16501() {
        
$rr Net_DNS_RR::factory('example.com. 3600 IN SOA ns.example.com. support.example.com. 8 3600 600 1209600 3600');

        
$expected = new Net_DNS_RR_SOA($foo null$bar null);
        
$expected->name 'example.com';
        
$expected->type 'SOA';
        
$expected->class 'IN';
        
$expected->ttl 3600;
        
$expected->rdlength 0;

        
$expected->mname 'ns.example.com';
        
$expected->rname 'support.example.com';
        
$expected->serial 8;
        
$expected->refresh 3600;
        
$expected->retry 600;
        
$expected->expire 1209600;
        
$expected->minimum 3600;


        
$this->assertSame(print_r($expectedtrue), print_r($rrtrue));
    }

    public function 
testBug16504() {
        
$rr Net_DNS_RR::new_from_array(array('type' => 'A''name' => 'example.com''ttl' => '3600' 'address' => '192.168.0.15'));

        
$this->assertTrue($rr instanceof Net_DNS_RR_A);
    }


}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.4949 ]--