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 EnvironmentHelper; use function PHPStan\Testing\assertType; function te..
Decoded Output download
<?php
namespace EnvironmentHelper;
use function PHPStan\TestingssertType;
function test(): void
{
assertType('string', app()->environment());
assertType('bool', app()->environment('local'));
assertType('bool', app()->environment(['local', 'production']));
}
?>
Did this file decode correctly?
Original Code
<?php
namespace EnvironmentHelper;
use function PHPStan\Testing\assertType;
function test(): void
{
assertType('string', app()->environment());
assertType('bool', app()->environment('local'));
assertType('bool', app()->environment(['local', 'production']));
}
Function Calls
| None |
Stats
| MD5 | 03848a68dc57b1a5a7138dfb049ac125 |
| Eval Count | 0 |
| Decode Time | 101 ms |