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-- Union type on internal property --EXTENSIONS-- zend_test --FILE-- <?php $rp = new..

Decoded Output download

--TEST--
Union type on internal property
--EXTENSIONS--
zend_test
--FILE--
<?php
$rp = new ReflectionProperty(_ZendTestClass::class, 'classUnionProp');
$rt = $rp->getType();
echo $rt, "
";
?>
--EXPECT--
stdClass|Iterator|null

Did this file decode correctly?

Original Code

--TEST--
Union type on internal property
--EXTENSIONS--
zend_test
--FILE--
<?php
$rp = new ReflectionProperty(_ZendTestClass::class, 'classUnionProp');
$rt = $rp->getType();
echo $rt, "\n";
?>
--EXPECT--
stdClass|Iterator|null

Function Calls

None

Variables

None

Stats

MD5 f6fbca2f7854017c9eeda85fd2b0f0ef
Eval Count 0
Decode Time 90 ms