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@nesbo..

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(
    'year' => ':count rok|:count roky|:count let',
    'y' => ':count rok|:count roky|:count let',
    'month' => ':count msc|:count msce|:count msc',
    'm' => ':count msc|:count msce|:count msc',
    'week' => ':count tden|:count tdny|:count tdn',
    'w' => ':count tden|:count tdny|:count tdn',
    'day' => ':count den|:count dny|:count dn',
    'd' => ':count den|:count dny|:count dn',
    'hour' => ':count hodinu|:count hodiny|:count hodin',
    'h' => ':count hodinu|:count hodiny|:count hodin',
    'minute' => ':count minutu|:count minuty|:count minut',
    'min' => ':count minutu|:count minuty|:count minut',
    'second' => ':count sekundu|:count sekundy|:count sekund',
    's' => ':count sekundu|:count sekundy|:count sekund',
    'ago' => ':time nazpt',
    'from_now' => 'za :time',
    'after' => ':time pozdji',
    'before' => ':time pedtm',
);
 ?>

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(
    'year' => ':count rok|:count roky|:count let',
    'y' => ':count rok|:count roky|:count let',
    'month' => ':count msc|:count msce|:count msc',
    'm' => ':count msc|:count msce|:count msc',
    'week' => ':count tden|:count tdny|:count tdn',
    'w' => ':count tden|:count tdny|:count tdn',
    'day' => ':count den|:count dny|:count dn',
    'd' => ':count den|:count dny|:count dn',
    'hour' => ':count hodinu|:count hodiny|:count hodin',
    'h' => ':count hodinu|:count hodiny|:count hodin',
    'minute' => ':count minutu|:count minuty|:count minut',
    'min' => ':count minutu|:count minuty|:count minut',
    'second' => ':count sekundu|:count sekundy|:count sekund',
    's' => ':count sekundu|:count sekundy|:count sekund',
    'ago' => ':time nazpt',
    'from_now' => 'za :time',
    'after' => ':time pozdji',
    'before' => ':time pedtm',
);

Function Calls

None

Variables

None

Stats

MD5 3a37817e6e637f7be01bc60f21d453af
Eval Count 0
Decode Time 92 ms