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 ExceptionTest extends Te..
Decoded Output download
<?php
namespace RdKafka;
use PHPUnit\Framework\TestCase;
class ExceptionTest extends TestCase
{
public function testRdKafkaExceptionIsThrowable()
{
self::expectException(Exception::class);
throw new Exception();
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace RdKafka;
use PHPUnit\Framework\TestCase;
class ExceptionTest extends TestCase
{
public function testRdKafkaExceptionIsThrowable()
{
self::expectException(Exception::class);
throw new Exception();
}
}
Function Calls
| None |
Stats
| MD5 | 86656c7e0eaea88e703daedb522eadfd |
| Eval Count | 0 |
| Decode Time | 119 ms |