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-- Trying instantiate a PDORow object manually --FILE-- <?php new PDORow; ?> --EXP..
Decoded Output download
--TEST--
Trying instantiate a PDORow object manually
--FILE--
<?php
new PDORow;
?>
--EXPECTF--
Fatal error: PDORow::__construct(): You should not create a PDOStatement manually in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
Trying instantiate a PDORow object manually
--FILE--
<?php
new PDORow;
?>
--EXPECTF--
Fatal error: PDORow::__construct(): You should not create a PDOStatement manually in %s on line %d
Function Calls
None |
Stats
MD5 | 083a4d862a5ac7710fbf5ecab6eb64b4 |
Eval Count | 0 |
Decode Time | 82 ms |