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 return [ 'title' => 'Edytuj :label', 'breadcrumb' => 'Edytuj', 'form..
Decoded Output download
<?php
return [
'title' => 'Edytuj :label',
'breadcrumb' => 'Edytuj',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Anuluj',
],
'save' => [
'label' => 'Zapisz',
],
],
],
'content' => [
'tab' => [
'label' => 'Edytuj',
],
],
'notifications' => [
'saved' => [
'title' => 'Zapisano zmiany',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => 'Edytuj :label',
'breadcrumb' => 'Edytuj',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Anuluj',
],
'save' => [
'label' => 'Zapisz',
],
],
],
'content' => [
'tab' => [
'label' => 'Edytuj',
],
],
'notifications' => [
'saved' => [
'title' => 'Zapisano zmiany',
],
],
];
Function Calls
None |
Stats
MD5 | 4dd71bb55d92999f3378501336dcb96c |
Eval Count | 0 |
Decode Time | 91 ms |