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 /** * Creates a call for the method `yii\db\Migration::createTable()` */ /* @var $..

Decoded Output download

<?php
/**
 * Creates a call for the method `yii\db\Migration::createTable()`
 */
/* @var $table string the name table */
/* @var $tableComment string the comment table */
?>        $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');

Did this file decode correctly?

Original Code

<?php
/**
 * Creates a call for the method `yii\db\Migration::createTable()`
 */
/* @var $table string the name table */
/* @var $tableComment string the comment table */
?>        $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');

Function Calls

None

Variables

None

Stats

MD5 397891573b8b1c12bedaaad45e382cdd
Eval Count 0
Decode Time 101 ms