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-- #49274, fatal error when an object does not implement toString --EXTENSIONS-- fil..

Decoded Output download

--TEST--
#49274, fatal error when an object does not implement toString
--EXTENSIONS--
filter
--FILE--
<?php
var_dump(filter_var(new stdClass, FILTER_VALIDATE_EMAIL));
?>
--EXPECT--
bool(false)

Did this file decode correctly?

Original Code

--TEST--
#49274, fatal error when an object does not implement toString
--EXTENSIONS--
filter
--FILE--
<?php
var_dump(filter_var(new stdClass, FILTER_VALIDATE_EMAIL));
?>
--EXPECT--
bool(false)

Function Calls

None

Variables

None

Stats

MD5 49a133357364bee5d5c6d3e73ada8d2a
Eval Count 0
Decode Time 118 ms