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' => '', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => '',
'modal' => [
'heading' => ':label ',
'actions' => [
'create' => [
'label' => '',
],
'create_another' => [
'label' => ' ',
],
],
],
'notifications' => [
'created' => [
'title' => ' ',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => '',
'modal' => [
'heading' => ':label ',
'actions' => [
'create' => [
'label' => '',
],
'create_another' => [
'label' => ' ',
],
],
],
'notifications' => [
'created' => [
'title' => ' ',
],
],
],
];
Function Calls
None |
Stats
MD5 | ede9dec684ead18c8c41fdf189d567e5 |
Eval Count | 0 |
Decode Time | 127 ms |