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 |
Stats
MD5 | 3c3394d6e7b7b7ed1709a2a007494efa |
Eval Count | 0 |
Decode Time | 122 ms |