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 RdKafka; use PHPUnit\Framework\TestCase; class TopicTest extends TestCa..
Decoded Output download
<?php
namespace RdKafka;
use PHPUnit\Framework\TestCase;
class TopicTest extends TestCase
{
public function testClassIsAbstract()
{
$reflector = new \ReflectionClass(Topic::class);
$this->assertTrue($reflector->isAbstract());
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace RdKafka;
use PHPUnit\Framework\TestCase;
class TopicTest extends TestCase
{
public function testClassIsAbstract()
{
$reflector = new \ReflectionClass(Topic::class);
$this->assertTrue($reflector->isAbstract());
}
}
Function Calls
| None |
Stats
| MD5 | 0c0b5f55e4331af8c71ebda05459479c |
| Eval Count | 0 |
| Decode Time | 119 ms |