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 LaminasTest\Code\TestAsset; class ReturnTypeHintedClass extends EmptyCla..

Decoded Output download

<?php

namespace LaminasTest\Code\TestAsset;

class ReturnTypeHintedClass extends EmptyClass
{
    public function voidReturn() : void
    {
    }

    public function arrayReturn() : array
    {
    }

    public function callableReturn() : callable
    {
    }

    public function intReturn() : int
    {
    }

    public function floatReturn() : float
    {
    }

    public function stringReturn() : string
    {
    }

    public function boolReturn() : bool
    {
    }

    public function selfReturn() : self
    {
    }

    public function parentReturn() : parent
    {
    }

    public function classReturn() : ReturnTypeHintedClass
    {
    }

    public function otherClassReturn() : InternalHintsClass
    {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace LaminasTest\Code\TestAsset;

class ReturnTypeHintedClass extends EmptyClass
{
    public function voidReturn() : void
    {
    }

    public function arrayReturn() : array
    {
    }

    public function callableReturn() : callable
    {
    }

    public function intReturn() : int
    {
    }

    public function floatReturn() : float
    {
    }

    public function stringReturn() : string
    {
    }

    public function boolReturn() : bool
    {
    }

    public function selfReturn() : self
    {
    }

    public function parentReturn() : parent
    {
    }

    public function classReturn() : ReturnTypeHintedClass
    {
    }

    public function otherClassReturn() : InternalHintsClass
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 b1c1b3b5522a8fc00477540d80cc65c4
Eval Count 0
Decode Time 95 ms