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 |:count ',
'y' => ':count |:count |:count ',
'month' => ':count |:count |:count ',
'm' => ':count |:count |:count ',
'week' => ':count |:count |:count ',
'w' => ':count |:count |:count ',
'day' => ':count |:count |:count ',
'd' => ':count |:count |:count ',
'hour' => ':count |:count |:count ',
'h' => ':count |:count |:count ',
'minute' => ':count |:count |:count ',
'min' => ':count |:count |:count ',
'second' => ':count |:count |:count ',
's' => ':count |: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 |:count ',
'y' => ':count |:count |:count ',
'month' => ':count |:count |:count ',
'm' => ':count |:count |:count ',
'week' => ':count |:count |:count ',
'w' => ':count |:count |:count ',
'day' => ':count |:count |:count ',
'd' => ':count |:count |:count ',
'hour' => ':count |:count |:count ',
'h' => ':count |:count |:count ',
'minute' => ':count |:count |:count ',
'min' => ':count |:count |:count ',
'second' => ':count |:count |:count ',
's' => ':count |:count |:count ',
'ago' => ':time ',
'from_now' => ' :time',
'after' => ':time ',
'before' => ':time ',
);
Function Calls
None |
Stats
MD5 | b4818d84661356f53e29a5e123a790d8 |
Eval Count | 0 |
Decode Time | 160 ms |