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 $maintainer = "Uwe Steinmann <[email protected]>"; $extraoptions = "--only 5"; $pack..

Decoded Output download

dh-make-pecl --only 5 --maintainer "Uwe Steinmann <[email protected]>" memcache

Did this file decode correctly?

Original Code

<?php
$maintainer = "Uwe Steinmann <[email protected]>";
$extraoptions = "--only 5";
$packages = array(array("pkgname"=>"memcache"));

foreach($packages as $package) {
	$cmd = "dh-make-pecl ".$extraoptions. " --maintainer \"".$maintainer."\" ".$package["pkgname"];
	echo $cmd."\n";
}

Function Calls

None

Variables

$cmd dh-make-pecl --only 5 --maintainer "Uwe Steinmann <steinm@de..
$package [{'key': 'pkgname', 'value': 'memcache'}]
$packages [{'key': 0, 'value': [{'key': 'pkgname', 'value': 'memcache'}]}]
$maintainer Uwe Steinmann <[email protected]>
$extraoptions --only 5

Stats

MD5 2106c03bcc47c6bd4c84b2e8ee6a5598
Eval Count 0
Decode Time 95 ms