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\pt_PT; class Company extends \Faker\Provider\Company { ..
Decoded Output download
<?php
namespace Faker\Provider\pt_PT;
class Company extends \Faker\Provider\Company
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{lastName}}',
'{{lastName}} e {{lastName}}',
'{{lastName}} {{lastName}} {{companySuffix}}',
'Grupo {{lastName}} {{companySuffix}}'
);
protected static $companySuffix = array('e Filhos', 'e Associados', 'Lda.', 'S.A.');
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Faker\Provider\pt_PT;
class Company extends \Faker\Provider\Company
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{lastName}}',
'{{lastName}} e {{lastName}}',
'{{lastName}} {{lastName}} {{companySuffix}}',
'Grupo {{lastName}} {{companySuffix}}'
);
protected static $companySuffix = array('e Filhos', 'e Associados', 'Lda.', 'S.A.');
}
Function Calls
None |
Stats
MD5 | 2efb960632b53949f4e4c14bf71373ae |
Eval Count | 0 |
Decode Time | 106 ms |