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-- SPL: spl_object_id() --FILE-- <?php var_dump(spl_object_id(new stdClass)); $a = ..

Decoded Output download

--TEST--
SPL: spl_object_id()
--FILE--
<?php

var_dump(spl_object_id(new stdClass));
$a = new stdClass();
var_dump(spl_object_id(new stdClass) === spl_object_id($a));

?>
--EXPECTF--
int(%d)
bool(false)

Did this file decode correctly?

Original Code

--TEST--
SPL: spl_object_id()
--FILE--
<?php

var_dump(spl_object_id(new stdClass));
$a = new stdClass();
var_dump(spl_object_id(new stdClass) === spl_object_id($a));

?>
--EXPECTF--
int(%d)
bool(false)

Function Calls

None

Variables

None

Stats

MD5 9fec3a20eae57135810313d34877b999
Eval Count 0
Decode Time 81 ms