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 Version1 extends AbstractMigration { public function getDescription() : string { return ''; } public function up(Schema $schema) : void { $this->abortIf($this->connection->getDatabasePlatform()->getName() !== "sqlite", "Migration can only be executed safely on 'sqlite'."); } public function down(Schema $schema) : void { $this->abortIf($this->connection->getDatabasePlatform()->getName() !== "sqlite", "Migration can only be executed safely on 'sqlite'."); } } 
 ?>

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 Version1 extends AbstractMigration { public function getDescription() : string { return ''; } public function up(Schema $schema) : void { $this->abortIf($this->connection->getDatabasePlatform()->getName() !== "\163\x71\154\151\x74\145", "\115\151\x67\162\141\164\x69\x6f\x6e\40\143\x61\156\x20\x6f\156\154\x79\x20\x62\145\x20\x65\170\145\x63\x75\164\145\x64\x20\x73\x61\x66\145\154\x79\x20\157\156\40\47\163\x71\154\x69\164\x65\x27\56"); } public function down(Schema $schema) : void { $this->abortIf($this->connection->getDatabasePlatform()->getName() !== "\163\161\x6c\151\x74\x65", "\x4d\x69\x67\x72\141\x74\x69\x6f\x6e\x20\x63\x61\156\40\157\156\154\171\x20\x62\x65\x20\x65\x78\145\x63\x75\164\x65\x64\40\163\x61\146\145\154\x79\40\x6f\x6e\x20\x27\x73\161\154\x69\x74\x65\47\56"); } }

Function Calls

None

Variables

None

Stats

MD5 0d2e4e9eee0169b95d61e063e417f432
Eval Count 0
Decode Time 61 ms