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 assert($x instanceof \ArrayObject); // type is undefined '@phan-debug-var $x'; asser..

Decoded Output download

<?php
assert($x instanceof \ArrayObject);
// type is undefined
'@phan-debug-var $x';
assert ($this instanceof \ArrayObject);
echo strlen($this);
// imitate #3616. Note that config settings for this test don't allow undeclared properties.
if (isset($this->prop)) {
}
echo "prop2 is $this->prop2
";
 ?>

Did this file decode correctly?

Original Code

<?php
assert($x instanceof \ArrayObject);
// type is undefined
'@phan-debug-var $x';
assert ($this instanceof \ArrayObject);
echo strlen($this);
// imitate #3616. Note that config settings for this test don't allow undeclared properties.
if (isset($this->prop)) {
}
echo "prop2 is $this->prop2\n";

Function Calls

None

Variables

None

Stats

MD5 2dc4a3f956ad016d98d9fc8143f25264
Eval Count 0
Decode Time 84 ms