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 use Illuminate\Support\Stringable; use function PHPStan\Testing\assertType; $stri..
Decoded Output download
<?php
use Illuminate\Support\Stringable;
use function PHPStan\TestingssertType;
$stringable = new Stringable();
assertType('Illuminate\Support\Collection<int, string>', $stringable->explode(''));
assertType('Illuminate\Support\Collection<int, string>', $stringable->split(1));
assertType('Illuminate\Support\Collection<int, string>', $stringable->ucsplit());
?>
Did this file decode correctly?
Original Code
<?php
use Illuminate\Support\Stringable;
use function PHPStan\Testing\assertType;
$stringable = new Stringable();
assertType('Illuminate\Support\Collection<int, string>', $stringable->explode(''));
assertType('Illuminate\Support\Collection<int, string>', $stringable->split(1));
assertType('Illuminate\Support\Collection<int, string>', $stringable->ucsplit());
Function Calls
None |
Stats
MD5 | a723934699feef58147d2e9040163bc0 |
Eval Count | 0 |
Decode Time | 88 ms |