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 [ 'single' => [ 'label' => 'Kalc olarak sil', 'modal'..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Kalc olarak sil',
'modal' => [
'heading' => ':label kalc olarak sil',
'actions' => [
'delete' => [
'label' => 'Kalc olarak sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Kayt kalc olarak silindi',
],
],
],
'multiple' => [
'label' => 'Seiliyi kalc olarak sil',
'modal' => [
'heading' => ':label seiliyi kalc olarak sil',
'actions' => [
'delete' => [
'label' => 'Kalc olarak sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Kaytlar kalc olarak silindi',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Kalc olarak sil',
'modal' => [
'heading' => ':label kalc olarak sil',
'actions' => [
'delete' => [
'label' => 'Kalc olarak sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Kayt kalc olarak silindi',
],
],
],
'multiple' => [
'label' => 'Seiliyi kalc olarak sil',
'modal' => [
'heading' => ':label seiliyi kalc olarak sil',
'actions' => [
'delete' => [
'label' => 'Kalc olarak sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Kaytlar kalc olarak silindi',
],
],
],
];
Function Calls
None |
Stats
MD5 | 18387c164af4759b639d90ca95ed49f3 |
Eval Count | 0 |
Decode Time | 92 ms |