Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php declare(strict_types=1); /** * This file is part of CodeIgniter 4 framework. * ..

Decoded Output download

<?php

declare(strict_types=1);

/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <[email protected]>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */

namespace CodeIgniter\Config;

/**
 * Describes foreign characters for transliteration with the text helper.
 */
class ForeignCharacters
{
    /**
     * The list of foreign characters.
     *
     * @var array<string, string>
     */
    public $characterList = [
        '/||/'                                                     => 'ae',
        '/|/'                                                       => 'oe',
        '//'                                                         => 'ue',
        '//'                                                         => 'Ae',
        '//'                                                         => 'Ue',
        '//'                                                         => 'Oe',
        '/||||||||||||||||||||||||/'         => 'A',
        '/|||||||||||||||||||||||||/'       => 'a',
        '//'                                                         => 'B',
        '//'                                                         => 'b',
        '/||||/'                                                 => 'C',
        '/||||/'                                                 => 'c',
        '//'                                                         => 'D',
        '//'                                                         => 'd',
        '/|||/'                                                   => 'Dj',
        '/|||/'                                                   => 'dj',
        '/||||||||||||||||||||/'                 => 'E',
        '/||||||||||||||||||||/'                 => 'e',
        '//'                                                         => 'F',
        '//'                                                         => 'f',
        '/||||||/'                                             => 'G',
        '/||||||/'                                             => 'g',
        '/|/'                                                       => 'H',
        '/|/'                                                       => 'h',
        '/||||||||||||||||||/'                     => 'I',
        '/|||||||||||||||||||/'                   => 'i',
        '//'                                                         => 'J',
        '//'                                                         => 'j',
        '/||/'                                                     => 'K',
        '/||/'                                                     => 'k',
        '/||||||/'                                             => 'L',
        '/||||||/'                                             => 'l',
        '//'                                                         => 'M',
        '//'                                                         => 'm',
        '/|||||/'                                               => 'N',
        '/||||||/'                                             => 'n',
        '/|||||||||||||||||||||||||||/'   => 'O',
        '/||||||||||||||||||||||||||||/' => 'o',
        '//'                                                         => 'P',
        '//'                                                         => 'p',
        '/||||/'                                                 => 'R',
        '/||||/'                                                 => 'r',
        '/||||||/'                                             => 'S',
        '/||||||||/'                                         => 's',
        '/|||||/'                                               => 'T',
        '/||||/'                                                 => 't',
        '/|||||||||||||||||||||||/'           => 'U',
        '/|||||||||||||||||||||||||/'       => 'u',
        '/|||||||||||||||||/'                       => 'Y',
        '/||||||||||||||||/'                         => 'y',
        '//'                                                         => 'V',
        '//'                                                         => 'v',
        '//'                                                         => 'W',
        '//'                                                         => 'w',
        '/||||/'                                                 => 'Z',
        '/||||/'                                                 => 'z',
        '/|/'                                                       => 'AE',
        '//'                                                         => 'ss',
        '//'                                                         => 'IJ',
        '//'                                                         => 'ij',
        '//'                                                         => 'OE',
        '//'                                                         => 'f',
        '//'                                                         => 'ks',
        '//'                                                         => 'p',
        '//'                                                         => 'v',
        '//'                                                         => 'm',
        '//'                                                         => 'ps',
        '//'                                                         => 'Yo',
        '//'                                                         => 'yo',
        '//'                                                         => 'Ye',
        '//'                                                         => 'ye',
        '//'                                                         => 'Yi',
        '//'                                                         => 'Zh',
        '//'                                                         => 'zh',
        '//'                                                         => 'Kh',
        '//'                                                         => 'kh',
        '//'                                                         => 'Ts',
        '//'                                                         => 'ts',
        '//'                                                         => 'Ch',
        '//'                                                         => 'ch',
        '//'                                                         => 'Sh',
        '//'                                                         => 'sh',
        '//'                                                         => 'Shch',
        '//'                                                         => 'shch',
        '/|||/'                                                   => '',
        '//'                                                         => 'Yu',
        '//'                                                         => 'yu',
        '//'                                                         => 'Ya',
        '//'                                                         => 'ya',
    ];
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <[email protected]>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */

namespace CodeIgniter\Config;

/**
 * Describes foreign characters for transliteration with the text helper.
 */
class ForeignCharacters
{
    /**
     * The list of foreign characters.
     *
     * @var array<string, string>
     */
    public $characterList = [
        '/||/'                                                     => 'ae',
        '/|/'                                                       => 'oe',
        '//'                                                         => 'ue',
        '//'                                                         => 'Ae',
        '//'                                                         => 'Ue',
        '//'                                                         => 'Oe',
        '/||||||||||||||||||||||||/'         => 'A',
        '/|||||||||||||||||||||||||/'       => 'a',
        '//'                                                         => 'B',
        '//'                                                         => 'b',
        '/||||/'                                                 => 'C',
        '/||||/'                                                 => 'c',
        '//'                                                         => 'D',
        '//'                                                         => 'd',
        '/|||/'                                                   => 'Dj',
        '/|||/'                                                   => 'dj',
        '/||||||||||||||||||||/'                 => 'E',
        '/||||||||||||||||||||/'                 => 'e',
        '//'                                                         => 'F',
        '//'                                                         => 'f',
        '/||||||/'                                             => 'G',
        '/||||||/'                                             => 'g',
        '/|/'                                                       => 'H',
        '/|/'                                                       => 'h',
        '/||||||||||||||||||/'                     => 'I',
        '/|||||||||||||||||||/'                   => 'i',
        '//'                                                         => 'J',
        '//'                                                         => 'j',
        '/||/'                                                     => 'K',
        '/||/'                                                     => 'k',
        '/||||||/'                                             => 'L',
        '/||||||/'                                             => 'l',
        '//'                                                         => 'M',
        '//'                                                         => 'm',
        '/|||||/'                                               => 'N',
        '/||||||/'                                             => 'n',
        '/|||||||||||||||||||||||||||/'   => 'O',
        '/||||||||||||||||||||||||||||/' => 'o',
        '//'                                                         => 'P',
        '//'                                                         => 'p',
        '/||||/'                                                 => 'R',
        '/||||/'                                                 => 'r',
        '/||||||/'                                             => 'S',
        '/||||||||/'                                         => 's',
        '/|||||/'                                               => 'T',
        '/||||/'                                                 => 't',
        '/|||||||||||||||||||||||/'           => 'U',
        '/|||||||||||||||||||||||||/'       => 'u',
        '/|||||||||||||||||/'                       => 'Y',
        '/||||||||||||||||/'                         => 'y',
        '//'                                                         => 'V',
        '//'                                                         => 'v',
        '//'                                                         => 'W',
        '//'                                                         => 'w',
        '/||||/'                                                 => 'Z',
        '/||||/'                                                 => 'z',
        '/|/'                                                       => 'AE',
        '//'                                                         => 'ss',
        '//'                                                         => 'IJ',
        '//'                                                         => 'ij',
        '//'                                                         => 'OE',
        '//'                                                         => 'f',
        '//'                                                         => 'ks',
        '//'                                                         => 'p',
        '//'                                                         => 'v',
        '//'                                                         => 'm',
        '//'                                                         => 'ps',
        '//'                                                         => 'Yo',
        '//'                                                         => 'yo',
        '//'                                                         => 'Ye',
        '//'                                                         => 'ye',
        '//'                                                         => 'Yi',
        '//'                                                         => 'Zh',
        '//'                                                         => 'zh',
        '//'                                                         => 'Kh',
        '//'                                                         => 'kh',
        '//'                                                         => 'Ts',
        '//'                                                         => 'ts',
        '//'                                                         => 'Ch',
        '//'                                                         => 'ch',
        '//'                                                         => 'Sh',
        '//'                                                         => 'sh',
        '//'                                                         => 'Shch',
        '//'                                                         => 'shch',
        '/|||/'                                                   => '',
        '//'                                                         => 'Yu',
        '//'                                                         => 'yu',
        '//'                                                         => 'Ya',
        '//'                                                         => 'ya',
    ];
}

Function Calls

None

Variables

None

Stats

MD5 b1e2c08528d159f6e0b8d677db4cc587
Eval Count 0
Decode Time 113 ms