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 Pest\Support\Backtrace; it('gets file name from called file', function () { ..
Decoded Output download
<?php
use Pest\Support\Backtrace;
it('gets file name from called file', function () {
$a = function () {
return Backtrace::file();
};
expect($a())->toBe(__FILE__);
});
?>
Did this file decode correctly?
Original Code
<?php
use Pest\Support\Backtrace;
it('gets file name from called file', function () {
$a = function () {
return Backtrace::file();
};
expect($a())->toBe(__FILE__);
});
Function Calls
None |
Stats
MD5 | b4e4fefedcd3ae1673066265173bf2d7 |
Eval Count | 0 |
Decode Time | 78 ms |