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 ',
    'month' => ':count |:count ',
    'week' => ':count |:count ',
    'day' => ':count |:count ',
    'hour' => ':count |:count ',
    'minute' => ':count |:count ',
    'second' => ':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 ',
    'month' => ':count |:count ',
    'week' => ':count |:count ',
    'day' => ':count |:count ',
    'hour' => ':count |:count ',
    'minute' => ':count |:count ',
    'second' => ':count |:count ',
    'ago' => ' :time',
    'from_now' => ':time  ',
    'after' => ' :time',
    'before' => ' :time',
);

Function Calls

None

Variables

None

Stats

MD5 5a1b1821ddbfef8b99c1336db27cdc8c
Eval Count 0
Decode Time 156 ms