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 ( 'password' => '6, .', 'reset' => '!', 'sent' => '!', 'token'..

Decoded Output download

<?php

return array (
  'password' => '6, .',
  'reset' => '!',
  'sent' => '!',
  'token' => '.',
  'user' => '.',
); ?>

Did this file decode correctly?

Original Code

<?php

return array (
  'password' => '6, .',
  'reset' => '!',
  'sent' => '!',
  'token' => '.',
  'user' => '.',
);

Function Calls

None

Variables

None

Stats

MD5 f2eb34dcbcda4fcb9d0237ae1e8ed51a
Eval Count 0
Decode Time 105 ms