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 namespace Genex; class State { public static function badArgs($message) { return..

Decoded Output download

<?php
namespace Genex;

class State {
	public static function badArgs($message) {
		return new \Exception(call_user_func_array("sprintf", func_get_args()), 1);
	}
}
 ?>

Did this file decode correctly?

Original Code

<?php
namespace Genex;

class State {
	public static function badArgs($message) {
		return new \Exception(call_user_func_array("sprintf", func_get_args()), 1);
	}
}

Function Calls

None

Variables

None

Stats

MD5 c7f62be3f311bf22d0314c0d829af7b2
Eval Count 0
Decode Time 93 ms