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\Integration\Db\Adapter\Pdo\Mysql;

use IntegrationTester;

/**
 * Class LastInsertIdCest
 */
class LastInsertIdCest
{
    /**
     * Tests Phalcon\Db\Adapter\Pdo\Mysql :: lastInsertId()
     *
     * @author Phalcon Team <[email protected]>
     * @since  2018-11-13
     */
    public function dbAdapterPdoMysqlLastInsertId(IntegrationTester $I)
    {
        $I->wantToTest('Db\Adapter\Pdo\Mysql - lastInsertId()');
        $I->skipTest('Need implementation');
    }
}
 ?>

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\Integration\Db\Adapter\Pdo\Mysql;

use IntegrationTester;

/**
 * Class LastInsertIdCest
 */
class LastInsertIdCest
{
    /**
     * Tests Phalcon\Db\Adapter\Pdo\Mysql :: lastInsertId()
     *
     * @author Phalcon Team <[email protected]>
     * @since  2018-11-13
     */
    public function dbAdapterPdoMysqlLastInsertId(IntegrationTester $I)
    {
        $I->wantToTest('Db\Adapter\Pdo\Mysql - lastInsertId()');
        $I->skipTest('Need implementation');
    }
}

Function Calls

None

Variables

None

Stats

MD5 2e6d444816456578facd3802cdc05fef
Eval Count 0
Decode Time 88 ms