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 /** * @service */ class Hello4 { /** * @reference * @binding.local..

Decoded Output download

<?php

/**
 * @service
 */

class Hello4 {
    /**
     * @reference
     * @binding.local ../hello3.php
     */
    public $hello3_service;
    
    public function hello()
    {
        return $this->hello3_service->hello();
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * @service
 */

class Hello4 {
    /**
     * @reference
     * @binding.local ../hello3.php
     */
    public $hello3_service;
    
    public function hello()
    {
        return $this->hello3_service->hello();
    }
}

Function Calls

None

Variables

None

Stats

MD5 666d09e3c23f693fc4ac9f302d2e19d8
Eval Count 0
Decode Time 122 ms