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 Illuminate\Tests\Integration\Generators; use Orchestra\Testbench\Concern..
Decoded Output download
<?php
namespace Illuminate\Tests\Integration\Generators;
use Orchestra\Testbench\Concerns\InteractsWithPublishedFiles;
abstract class TestCase extends \Orchestra\Testbench\TestCase
{
use InteractsWithPublishedFiles;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Tests\Integration\Generators;
use Orchestra\Testbench\Concerns\InteractsWithPublishedFiles;
abstract class TestCase extends \Orchestra\Testbench\TestCase
{
use InteractsWithPublishedFiles;
}
Function Calls
None |
Stats
MD5 | 355d152f5610594e49dbc69515252c80 |
Eval Count | 0 |
Decode Time | 84 ms |