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 // From PHP 7.4, run-tests.php can accept a -jx parameter to // run tests in par..
Decoded Output download
<?php
// From PHP 7.4, run-tests.php can accept a -jx parameter to
// run tests in parallel. This script just does a version check
// to see if it can be used.
if (PHP_MAJOR_VERSION === 5) {
echo "";
exit();
}
if (PHP_MAJOR_VERSION === 7 && PHP_MAJOR_VERSION >= 4) {
echo "";
exit();
}
echo "-j4";
?>
Did this file decode correctly?
Original Code
<?php
// From PHP 7.4, run-tests.php can accept a -jx parameter to
// run tests in parallel. This script just does a version check
// to see if it can be used.
if (PHP_MAJOR_VERSION === 5) {
echo "";
exit();
}
if (PHP_MAJOR_VERSION === 7 && PHP_MAJOR_VERSION >= 4) {
echo "";
exit();
}
echo "-j4";
Function Calls
None |
Stats
MD5 | 4fca72ecbd3c02c38a91aa3fbf0a928b |
Eval Count | 0 |
Decode Time | 97 ms |