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 class Interrupt extends Handler { use NoOperands, AlwaysReturn; public functio..

Decoded Output download

<?php

class Interrupt extends Handler {

	use NoOperands, AlwaysReturn;
	
	public function getHandlerFunctionType() {
		return null;
	}
	
	public function getAction() {
		$lines = array();
		$lines[] = "cxt->instruction_pointer = ip;";
		$lines[] = "cxt->exit_type = QB_VM_YIELD;";
		$lines[] = "return;";
		return $lines;
	}
}

?>

Did this file decode correctly?

Original Code

<?php

class Interrupt extends Handler {

	use NoOperands, AlwaysReturn;
	
	public function getHandlerFunctionType() {
		return null;
	}
	
	public function getAction() {
		$lines = array();
		$lines[] = "cxt->instruction_pointer = ip;";
		$lines[] = "cxt->exit_type = QB_VM_YIELD;";
		$lines[] = "return;";
		return $lines;
	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 1206168118ffcec6075330901942ef83
Eval Count 0
Decode Time 103 ms