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 declare (strict_types=1); namespace DoctrineMigrations; use Doctrine\DBAL\Schema\S..
Decoded Output download
<?php
declare (strict_types=1); namespace DoctrineMigrations; use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration; final class Version2 extends AbstractMigration { public function getDescription() : string { return ''; } public function up(Schema $schema) : void { $this->addSql("ALTER TABLE site ADD COLUMN varnish_cache BOOLEAN NOT NULL DEFAULT 0"); $this->addSql("ALTER TABLE vhost_template ADD COLUMN varnish_cache_settings CLOB DEFAULT NULL"); } public function down(Schema $schema) : void { } }
?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1); namespace DoctrineMigrations; use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration; final class Version2 extends AbstractMigration { public function getDescription() : string { return ''; } public function up(Schema $schema) : void { $this->addSql("\101\114\x54\105\122\40\x54\101\102\114\x45\40\x73\x69\164\x65\x20\x41\104\x44\x20\103\117\x4c\125\115\x4e\40\166\141\x72\x6e\151\x73\150\x5f\143\x61\x63\150\145\40\102\117\x4f\x4c\105\101\x4e\40\x4e\117\124\x20\x4e\125\x4c\x4c\x20\104\x45\106\x41\x55\114\x54\40\x30"); $this->addSql("\101\114\x54\x45\122\x20\124\x41\x42\114\105\40\x76\x68\157\x73\164\x5f\164\145\155\160\x6c\141\x74\x65\40\101\x44\104\40\x43\117\x4c\x55\115\x4e\x20\166\x61\162\156\151\163\150\x5f\x63\141\x63\x68\145\x5f\x73\x65\x74\x74\151\156\147\163\40\x43\114\117\102\40\104\105\106\x41\x55\x4c\x54\x20\116\x55\114\x4c"); } public function down(Schema $schema) : void { } }
Function Calls
None |
Stats
MD5 | e4a788674374c1aa5b045ae6ccd57617 |
Eval Count | 0 |
Decode Time | 42 ms |