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 namespace AlternativeSchema; use PDO; function version_1(PDO $pdo) { $pdo->ex..
Decoded Output download
<?php
namespace AlternativeSchema;
use PDO;
function version_1(PDO $pdo)
{
$pdo->exec('CREATE TABLE test1 (column1 TEXT)');
}
function version_2(PDO $pdo)
{
$pdo->exec('CREATE TABLE test2 (column2 TEXT)');
}
?>
Did this file decode correctly?
Original Code
<?php
namespace AlternativeSchema;
use PDO;
function version_1(PDO $pdo)
{
$pdo->exec('CREATE TABLE test1 (column1 TEXT)');
}
function version_2(PDO $pdo)
{
$pdo->exec('CREATE TABLE test2 (column2 TEXT)');
}
Function Calls
None |
Stats
MD5 | ecf2afd29dc7fd28432940c922fc9adf |
Eval Count | 0 |
Decode Time | 154 ms |