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 |:count ',
    'y' => ':count |:count ',
    'month' => ':count |:count ',
    'm' => ':count |:count ',
    'week' => ':count |:count ',
    'w' => ':count |:count ',
    'day' => ':count |:count ',
    'd' => ':count |:count ',
    'hour' => ':count |:count ',
    'h' => ':count |:count ',
    'minute' => ':count |:count ',
    'min' => ':count |:count ',
    'second' => ':count |:count ',
    's' => ':count |:count ',
    'ago' => '  :time',
    'from_now' => ' :time  ',
    'after' => ':time ',
    'before' => ':time ',
);
 ?>

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 |:count ',
    'y' => ':count |:count ',
    'month' => ':count |:count ',
    'm' => ':count |:count ',
    'week' => ':count |:count ',
    'w' => ':count |:count ',
    'day' => ':count |:count ',
    'd' => ':count |:count ',
    'hour' => ':count |:count ',
    'h' => ':count |:count ',
    'minute' => ':count |:count ',
    'min' => ':count |:count ',
    'second' => ':count |:count ',
    's' => ':count |:count ',
    'ago' => '  :time',
    'from_now' => ' :time  ',
    'after' => ':time ',
    'before' => ':time ',
);

Function Calls

None

Variables

None

Stats

MD5 93932ab843300c041b1b5999820ae458
Eval Count 0
Decode Time 119 ms