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 // SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue // SPDX-L..
Decoded Output download
<?php
// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause
declare(strict_types=1);
namespace SimplePie\Tests\Unit;
use PHPUnit\Framework\TestCase;
class GzdecodeTest extends TestCase
{
public function testNamespacedClassExists(): void
{
$this->assertTrue(class_exists('SimplePie\Gzdecode'));
}
public function testClassExists(): void
{
$this->assertTrue(class_exists('SimplePie_gzdecode'));
}
}
?>
Did this file decode correctly?
Original Code
<?php
// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause
declare(strict_types=1);
namespace SimplePie\Tests\Unit;
use PHPUnit\Framework\TestCase;
class GzdecodeTest extends TestCase
{
public function testNamespacedClassExists(): void
{
$this->assertTrue(class_exists('SimplePie\Gzdecode'));
}
public function testClassExists(): void
{
$this->assertTrue(class_exists('SimplePie_gzdecode'));
}
}
Function Calls
None |
Stats
MD5 | 020bb0119f4cdfa6387ccdec074aef3f |
Eval Count | 0 |
Decode Time | 87 ms |