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 /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesb..

Decoded Output download

<?php

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

return array_replace_recursive(require __DIR__.'/en.php', [
    'meridiem' => ['man', 'kug'],
    'weekdays' => ['snd', 'mnd', 'snd maf mba', 'snd maf mlal', 'snd maf mna', 'mabg m sukul', 'ssadi'],
    'weekdays_short' => ['sn', 'mn', 'smb', 'sml', 'smn', 'mbs', 'sas'],
    'weekdays_min' => ['sn', 'mn', 'smb', 'sml', 'smn', 'mbs', 'sas'],
    'months' => ['ngwn mathra', 'ngwn mba', 'ngwn lal', 'ngwn na', 'ngwn tan', 'ngwn tu', 'ngwn hmbur', 'ngwn lmbi', 'ngwn rbvu', 'ngwn wum', 'ngwn wum navr', 'krsimin'],
    'months_short' => ['ng1', 'ng2', 'ng3', 'ng4', 'ng5', 'ng6', 'ng7', 'ng8', 'ng9', 'ng10', 'ng11', 'kris'],
    'first_day_of_week' => 1,
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'D/M/YYYY',
        'LL' => 'D MMM YYYY',
        'LLL' => 'D MMMM YYYY HH:mm',
        'LLLL' => 'dddd D MMMM YYYY HH:mm',
    ],
]);
 ?>

Did this file decode correctly?

Original Code

<?php

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

return array_replace_recursive(require __DIR__.'/en.php', [
    'meridiem' => ['man', 'kug'],
    'weekdays' => ['snd', 'mnd', 'snd maf mba', 'snd maf mlal', 'snd maf mna', 'mabg m sukul', 'ssadi'],
    'weekdays_short' => ['sn', 'mn', 'smb', 'sml', 'smn', 'mbs', 'sas'],
    'weekdays_min' => ['sn', 'mn', 'smb', 'sml', 'smn', 'mbs', 'sas'],
    'months' => ['ngwn mathra', 'ngwn mba', 'ngwn lal', 'ngwn na', 'ngwn tan', 'ngwn tu', 'ngwn hmbur', 'ngwn lmbi', 'ngwn rbvu', 'ngwn wum', 'ngwn wum navr', 'krsimin'],
    'months_short' => ['ng1', 'ng2', 'ng3', 'ng4', 'ng5', 'ng6', 'ng7', 'ng8', 'ng9', 'ng10', 'ng11', 'kris'],
    'first_day_of_week' => 1,
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'D/M/YYYY',
        'LL' => 'D MMM YYYY',
        'LLL' => 'D MMMM YYYY HH:mm',
        'LLLL' => 'dddd D MMMM YYYY HH:mm',
    ],
]);

Function Calls

None

Variables

None

Stats

MD5 551caf55512d48d17d3bf8184bdfa646
Eval Count 0
Decode Time 126 ms