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 anno|:count anni',
'y' => ':count anno|:count anni',
'month' => ':count mese|:count mesi',
'm' => ':count mese|:count mesi',
'week' => ':count settimana|:count settimane',
'w' => ':count settimana|:count settimane',
'day' => ':count giorno|:count giorni',
'd' => ':count giorno|:count giorni',
'hour' => ':count ora|:count ore',
'h' => ':count ora|:count ore',
'minute' => ':count minuto|:count minuti',
'min' => ':count minuto|:count minuti',
'second' => ':count secondo|:count secondi',
's' => ':count secondo|:count secondi',
'ago' => ':time fa',
'from_now' => 'tra :time',
'after' => ':time dopo',
'before' => ':time prima',
'diff_now' => 'proprio ora',
'diff_yesterday' => 'ieri',
'diff_tomorrow' => 'domani',
'diff_before_yesterday' => "l'altro ieri",
'diff_after_tomorrow' => 'dopodomani',
);
?>
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 anno|:count anni',
'y' => ':count anno|:count anni',
'month' => ':count mese|:count mesi',
'm' => ':count mese|:count mesi',
'week' => ':count settimana|:count settimane',
'w' => ':count settimana|:count settimane',
'day' => ':count giorno|:count giorni',
'd' => ':count giorno|:count giorni',
'hour' => ':count ora|:count ore',
'h' => ':count ora|:count ore',
'minute' => ':count minuto|:count minuti',
'min' => ':count minuto|:count minuti',
'second' => ':count secondo|:count secondi',
's' => ':count secondo|:count secondi',
'ago' => ':time fa',
'from_now' => 'tra :time',
'after' => ':time dopo',
'before' => ':time prima',
'diff_now' => 'proprio ora',
'diff_yesterday' => 'ieri',
'diff_tomorrow' => 'domani',
'diff_before_yesterday' => "l'altro ieri",
'diff_after_tomorrow' => 'dopodomani',
);
Function Calls
None |
Stats
MD5 | c5ff4840b38e59728a17ee5a0f6e103d |
Eval Count | 0 |
Decode Time | 119 ms |