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 error_reporting(E_ALL); test('deprecated', function () { str_contains(null, nu..
Decoded Output download
<?php
error_reporting(E_ALL);
test('deprecated', function () {
str_contains(null, null);
expect(true)->toBeTrue();
});
test('user deprecated', function () {
trigger_deprecation('foo', '1.0', 'This is a deprecation description');
expect(true)->toBeTrue();
});
?>
Did this file decode correctly?
Original Code
<?php
error_reporting(E_ALL);
test('deprecated', function () {
str_contains(null, null);
expect(true)->toBeTrue();
});
test('user deprecated', function () {
trigger_deprecation('foo', '1.0', 'This is a deprecation description');
expect(true)->toBeTrue();
});
Function Calls
error_reporting | 1 |
Stats
MD5 | 2c157267f7242392b5619bb994ee1dba |
Eval Count | 0 |
Decode Time | 81 ms |