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\Optimizers;
use PHPUnit\Framework\TestCase;
use Stub\Optimizers\StrReplace;
final class StrReplaceTest extends TestCase
{
public function testIssue1055(): void
{
$this->assertSame(StrReplace::issue1055(), 'bla bla aaa aaaa askks');
}
public function issue1087(): void
{
$this->assertSame(StrReplace::issue1087(), 'test_test');
}
public function issue732(): void
{
$this->assertSame(StrReplace::issue732A(), 'F');
$this->assertSame(StrReplace::issue732B(), 'The slow black bear jumped over the lazy dog.');
}
}
?>
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\Optimizers;
use PHPUnit\Framework\TestCase;
use Stub\Optimizers\StrReplace;
final class StrReplaceTest extends TestCase
{
public function testIssue1055(): void
{
$this->assertSame(StrReplace::issue1055(), 'bla bla aaa aaaa askks');
}
public function issue1087(): void
{
$this->assertSame(StrReplace::issue1087(), 'test_test');
}
public function issue732(): void
{
$this->assertSame(StrReplace::issue732A(), 'F');
$this->assertSame(StrReplace::issue732B(), 'The slow black bear jumped over the lazy dog.');
}
}
Function Calls
None |
Stats
MD5 | 11093fa3fe82a00ecbebcbfa80fa5769 |
Eval Count | 0 |
Decode Time | 92 ms |