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 declare(strict_types=1); class Minz_ConfigurationException extends Minz_Exception { ..

Decoded Output download

<?php
declare(strict_types=1);
class Minz_ConfigurationException extends Minz_Exception {
	public function __construct(string $error, int $code = self::ERROR) {
		$message = 'Configuration error: ' . $error;
		parent::__construct($message, $code);
	}
}
 ?>

Did this file decode correctly?

Original Code

<?php
declare(strict_types=1);
class Minz_ConfigurationException extends Minz_Exception {
	public function __construct(string $error, int $code = self::ERROR) {
		$message = 'Configuration error: ' . $error;
		parent::__construct($message, $code);
	}
}

Function Calls

None

Variables

None

Stats

MD5 893fa4dd2ec6f09049a24d9296399f51
Eval Count 0
Decode Time 104 ms