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.
 */

/*
 * Authors:
 * - Unicode, Inc.
 */

return array_replace_recursive(require __DIR__.'/en.php', [
    'ago' => 'ber :time',
    'from_now' => 'di :time de',
    'after' => ':time pit',
    'before' => ':time ber',
    'year' => ':count sal',
    'a_year' => ':count sal',
    'y' => ':count sal',
    'year_ago' => ':count sal|:count salan',
    'y_ago' => ':count sal|:count salan',
    'year_from_now' => 'salek|:count salan',
    'y_from_now' => 'salek|:count salan',
    'month' => ':count meh',
    'a_month' => ':count meh',
    'm' => ':count meh',
    'week' => ':count hefte',
    'a_week' => ':count hefte',
    'w' => ':count hefte',
    'day' => ':count roj',
    'a_day' => ':count roj',
    'd' => ':count roj',
    'hour' => ':count saet',
    'a_hour' => ':count saet',
    'h' => ':count saet',
    'minute' => ':count deqqe',
    'a_minute' => ':count deqqe',
    'min' => ':count deqqe',
    'second' => ':count saniye',
    'a_second' => ':count saniye',
    's' => ':count saniye',
    'months' => ['rbendan', 'reemiy', 'adar', 'avrl', 'gulan', 'pper', 'trmeh', 'gelawj', 'rezber', 'kewr', 'sermawez', 'berfanbar'],
    'months_standalone' => ['rbendan', 'reem', 'adar', 'avrl', 'gulan', 'pper', 'trmeh', 'gelawj', 'rezber', 'kewr', 'sermawez', 'berfanbar'],
    'months_short' => ['rb', 're', 'ada', 'avr', 'gul', 'p', 'tr', 'gel', 'rez', 'kew', 'ser', 'ber'],
    'weekdays' => ['yekem', 'duem', 'sem', 'arem', 'pncem', 'n', 'em'],
    'weekdays_short' => ['y', 'd', 's', '', 'p', 'n', ''],
    'weekdays_min' => ['Y', 'D', 'S', '', 'P', '', ''],
    'list' => [', ', '  '],
    'ordinal' => ':number',
    'first_day_of_week' => 6,
    'day_of_first_week_of_year' => 1,
]);
 ?>

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.
 */

/*
 * Authors:
 * - Unicode, Inc.
 */

return array_replace_recursive(require __DIR__.'/en.php', [
    'ago' => 'ber :time',
    'from_now' => 'di :time de',
    'after' => ':time pit',
    'before' => ':time ber',
    'year' => ':count sal',
    'a_year' => ':count sal',
    'y' => ':count sal',
    'year_ago' => ':count sal|:count salan',
    'y_ago' => ':count sal|:count salan',
    'year_from_now' => 'salek|:count salan',
    'y_from_now' => 'salek|:count salan',
    'month' => ':count meh',
    'a_month' => ':count meh',
    'm' => ':count meh',
    'week' => ':count hefte',
    'a_week' => ':count hefte',
    'w' => ':count hefte',
    'day' => ':count roj',
    'a_day' => ':count roj',
    'd' => ':count roj',
    'hour' => ':count saet',
    'a_hour' => ':count saet',
    'h' => ':count saet',
    'minute' => ':count deqqe',
    'a_minute' => ':count deqqe',
    'min' => ':count deqqe',
    'second' => ':count saniye',
    'a_second' => ':count saniye',
    's' => ':count saniye',
    'months' => ['rbendan', 'reemiy', 'adar', 'avrl', 'gulan', 'pper', 'trmeh', 'gelawj', 'rezber', 'kewr', 'sermawez', 'berfanbar'],
    'months_standalone' => ['rbendan', 'reem', 'adar', 'avrl', 'gulan', 'pper', 'trmeh', 'gelawj', 'rezber', 'kewr', 'sermawez', 'berfanbar'],
    'months_short' => ['rb', 're', 'ada', 'avr', 'gul', 'p', 'tr', 'gel', 'rez', 'kew', 'ser', 'ber'],
    'weekdays' => ['yekem', 'duem', 'sem', 'arem', 'pncem', 'n', 'em'],
    'weekdays_short' => ['y', 'd', 's', '', 'p', 'n', ''],
    'weekdays_min' => ['Y', 'D', 'S', '', 'P', '', ''],
    'list' => [', ', '  '],
    'ordinal' => ':number',
    'first_day_of_week' => 6,
    'day_of_first_week_of_year' => 1,
]);

Function Calls

None

Variables

None

Stats

MD5 6fb8e0aa8f8190803a81b2918d656796
Eval Count 0
Decode Time 119 ms