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\Generator\TestAsset; class TestClassWithHeredoc { ..

Decoded Output download

<?php

namespace LaminasTest\Code\Generator\TestAsset;

class TestClassWithHeredoc
{

    function someFunction() {

$output = <<< END

        Fix it, fix it!
        Fix it, fix it!
        Fix it, fix it!
END;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace LaminasTest\Code\Generator\TestAsset;

class TestClassWithHeredoc
{

    function someFunction() {

$output = <<< END

        Fix it, fix it!
        Fix it, fix it!
        Fix it, fix it!
END;
    }
}

Function Calls

None

Variables

None

Stats

MD5 a458bc44606096236159aa076c9599a2
Eval Count 0
Decode Time 118 ms