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 array( 'error' => 'Trebuie sa selectati cel putin o optiune.' ); ..
Decoded Output download
<?php
return array(
'error' => 'Trebuie sa selectati cel putin o optiune.'
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'error' => 'Trebuie sa selectati cel putin o optiune.'
);
Function Calls
None |
Stats
MD5 | c45239dbfed8c346436c3db22db9a442 |
Eval Count | 0 |
Decode Time | 106 ms |