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); /** * This file is part of the Zephir. * * (c) Phalcon..
Decoded Output download
<?php
declare(strict_types=1);
/**
* This file is part of the Zephir.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Extension;
use PHPUnit\Framework\TestCase;
use Stub\Scope;
final class ScopeTest extends TestCase
{
public function testScope1(): void
{
if (version_compare(PHP_VERSION, '8.2.0', '<')) {
$this->assertSame(Scope::test1(), 'testinternal_string');
$this->assertSame(Scope::test3(), 'internal_0internal_1internal_2internal_3');
}
$this->assertSame(Scope::test2(), [15, '0_66_132_198_']);
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
/**
* This file is part of the Zephir.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Extension;
use PHPUnit\Framework\TestCase;
use Stub\Scope;
final class ScopeTest extends TestCase
{
public function testScope1(): void
{
if (version_compare(PHP_VERSION, '8.2.0', '<')) {
$this->assertSame(Scope::test1(), 'testinternal_string');
$this->assertSame(Scope::test3(), 'internal_0internal_1internal_2internal_3');
}
$this->assertSame(Scope::test2(), [15, '0_66_132_198_']);
}
}
Function Calls
None |
Stats
MD5 | a9b2fd35def6cfa8ce643d244d1daf1f |
Eval Count | 0 |
Decode Time | 98 ms |