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 /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Soft..

Decoded Output download

<?php
/**
 * @link https://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license https://www.yiiframework.com/license/
 */

namespace yiiunitramework\db\pgsql;

/**
 * @group db
 * @group pgsql
 */
class BatchQueryResultTest extends \yiiunitramework\db\BatchQueryResultTest
{
    public $driverName = 'pgsql';
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * @link https://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license https://www.yiiframework.com/license/
 */

namespace yiiunit\framework\db\pgsql;

/**
 * @group db
 * @group pgsql
 */
class BatchQueryResultTest extends \yiiunit\framework\db\BatchQueryResultTest
{
    public $driverName = 'pgsql';
}

Function Calls

None

Variables

None

Stats

MD5 40a3e00bd361c8ef935aee72fb0b8042
Eval Count 0
Decode Time 153 ms