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\it_CH; class Company extends \Faker\Provider\Company { ..

Decoded Output download

<?php

namespace Faker\Provider\it_CH;

class Company extends \Faker\Provider\Company
{
    protected static $formats = array(
        '{{lastName}} {{companySuffix}}',
        '{{lastName}} {{lastName}} {{companySuffix}}',
        '{{lastName}}',
        '{{lastName}}',
    );

    protected static $companySuffix = array('SA', 'Sarl');
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Faker\Provider\it_CH;

class Company extends \Faker\Provider\Company
{
    protected static $formats = array(
        '{{lastName}} {{companySuffix}}',
        '{{lastName}} {{lastName}} {{companySuffix}}',
        '{{lastName}}',
        '{{lastName}}',
    );

    protected static $companySuffix = array('SA', 'Sarl');
}

Function Calls

None

Variables

None

Stats

MD5 57f3a5d73292caee11630b331ca16ce8
Eval Count 0
Decode Time 121 ms