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 /** * This file is part of the Phalcon Framework. * * (c) Phalcon Team <team@pha..
Decoded Output download
<?php
/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Phalcon\Tests\Unit\Config\Adapter\Ini;
use Phalcon\Tests\Fixtures\Traits\ConfigTrait;
use UnitTester;
class OffsetExistsCest
{
use ConfigTrait;
/**
* Tests Phalcon\Config\Adapter\Ini :: offsetExists()
*
* @author Phalcon Team <[email protected]>
* @since 2018-11-13
*/
public function configAdapterIniOffsetExists(UnitTester $I)
{
$I->wantToTest('Config\Adapter\Ini - offsetExists()');
$this->checkOffsetExists($I, 'Ini');
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Phalcon\Tests\Unit\Config\Adapter\Ini;
use Phalcon\Tests\Fixtures\Traits\ConfigTrait;
use UnitTester;
class OffsetExistsCest
{
use ConfigTrait;
/**
* Tests Phalcon\Config\Adapter\Ini :: offsetExists()
*
* @author Phalcon Team <[email protected]>
* @since 2018-11-13
*/
public function configAdapterIniOffsetExists(UnitTester $I)
{
$I->wantToTest('Config\Adapter\Ini - offsetExists()');
$this->checkOffsetExists($I, 'Ini');
}
}
Function Calls
None |
Stats
MD5 | 0ece4429a7c6c826f1f452f7e5c810b3 |
Eval Count | 0 |
Decode Time | 142 ms |