Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- CLI php -m --SKIPIF-- <?php include "skipif.inc"; if (substr(PHP_OS, 0, 3) == 'WI..

Decoded Output download

--TEST--
CLI php -m
--SKIPIF--
<?php
include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
    die ("skip not for Windows");
}
?>
--FILE--
<?php

$php = getenv('TEST_PHP_EXECUTABLE');


echo `"$php" -n -m`;

echo "Done
";
?>
--EXPECTF--
[PHP Modules]
%a
pcre
%a

[Zend Modules]
%aDone

Did this file decode correctly?

Original Code

--TEST--
CLI php -m
--SKIPIF--
<?php
include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
    die ("skip not for Windows");
}
?>
--FILE--
<?php

$php = getenv('TEST_PHP_EXECUTABLE');


echo `"$php" -n -m`;

echo "Done\n";
?>
--EXPECTF--
[PHP Modules]
%a
pcre
%a

[Zend Modules]
%aDone

Function Calls

None

Variables

None

Stats

MD5 963fe50c562249850fa9c5126af32044
Eval Count 0
Decode Time 96 ms