Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- Bug #78034: "pecl" tool fails with abort assertion in zend_ssa.c --EXTENSIONS-- o..

Decoded Output download

--TEST--
Bug #78034: "pecl" tool fails with abort assertion in zend_ssa.c
--EXTENSIONS--
opcache
--FILE--
<?php

function &ref() {}

class Test {
    function method($bool) {
        if (!$bool) {
            $this->foo = &ref();
        }

        $this->foo = &ref();
    }
}

?>
===DONE===
--EXPECT--
===DONE===

Did this file decode correctly?

Original Code

--TEST--
Bug #78034: "pecl" tool fails with abort assertion in zend_ssa.c
--EXTENSIONS--
opcache
--FILE--
<?php

function &ref() {}

class Test {
    function method($bool) {
        if (!$bool) {
            $this->foo = &ref();
        }

        $this->foo = &ref();
    }
}

?>
===DONE===
--EXPECT--
===DONE===

Function Calls

None

Variables

None

Stats

MD5 d27a19fde988caededc179608a95cb3a
Eval Count 0
Decode Time 109 ms