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\is_IS; /** * @author Birkir Gudjonsson <birkir.gudjonsso..

Decoded Output download

<?php

namespace Faker\Provider\is_IS;

/**
 * @author Birkir Gudjonsson <[email protected]>
 */
class Internet extends \Faker\Provider\Internet
{
    /**
     * @var array Some email domains in Denmark.
     */
    protected static $freeEmailDomain = array(
        'gmail.com', 'yahoo.com', 'hotmail.com', 'visir.is', 'simnet.is', 'internet.is'
    );

    /**
     * @var array Some TLD.
     */
    protected static $tld = array(
        'com', 'com', 'com', 'net', 'is', 'is', 'is',
    );
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Faker\Provider\is_IS;

/**
 * @author Birkir Gudjonsson <[email protected]>
 */
class Internet extends \Faker\Provider\Internet
{
    /**
     * @var array Some email domains in Denmark.
     */
    protected static $freeEmailDomain = array(
        'gmail.com', 'yahoo.com', 'hotmail.com', 'visir.is', 'simnet.is', 'internet.is'
    );

    /**
     * @var array Some TLD.
     */
    protected static $tld = array(
        'com', 'com', 'com', 'net', 'is', 'is', 'is',
    );
}

Function Calls

None

Variables

None

Stats

MD5 929d13c240b2d6c86d4a8683a835d991
Eval Count 0
Decode Time 107 ms