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\kk_KZ; class Color extends \Faker\Provider\Color { pr..

Decoded Output download

<?php

namespace Faker\Provider\kk_KZ;

class Color extends \Faker\Provider\Color
{
    protected static $safeColorNames = array(
        '', ' ', '', ' ', ' ',
        '', '', '', '',
        '', '', ' ', '  ', ''
    );
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Faker\Provider\kk_KZ;

class Color extends \Faker\Provider\Color
{
    protected static $safeColorNames = array(
        '', ' ', '', ' ', ' ',
        '', '', '', '',
        '', '', ' ', '  ', ''
    );
}

Function Calls

None

Variables

None

Stats

MD5 a6a200a67a44f1fe9b6dfc60a22b7723
Eval Count 0
Decode Time 120 ms