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 namespace Faker\Provider\en_IN; class Internet extends \Faker\Provider\Internet { ..
Decoded Output download
<?php
namespace Faker\Provider\en_IN;
class Internet extends \Faker\Provider\Internet
{
protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com', 'yahoo.co.in', 'rediffmail.com');
protected static $tld = array('com', 'com', 'com', 'com', 'com', 'com', 'in', 'in', 'in', 'ac.in', 'net', 'org', 'co.in');
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Faker\Provider\en_IN;
class Internet extends \Faker\Provider\Internet
{
protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com', 'yahoo.co.in', 'rediffmail.com');
protected static $tld = array('com', 'com', 'com', 'com', 'com', 'com', 'in', 'in', 'in', 'ac.in', 'net', 'org', 'co.in');
}
Function Calls
None |
Stats
MD5 | 3d5f36786d8a8a6d0a8ee51264da87a1 |
Eval Count | 0 |
Decode Time | 122 ms |