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-- SQLite3::open/close tests --EXTENSIONS-- sqlite3 --FILE-- <?php require_once(__D..

Decoded Output download

--TEST--
SQLite3::open/close tests
--EXTENSIONS--
sqlite3
--FILE--
<?php

require_once(__DIR__ . '/new_db.inc');

var_dump($db);
var_dump($db->close());
echo "Done
";
?>
--EXPECTF--
object(SQLite3)#%d (0) {
}
bool(true)
Done

Did this file decode correctly?

Original Code

--TEST--
SQLite3::open/close tests
--EXTENSIONS--
sqlite3
--FILE--
<?php

require_once(__DIR__ . '/new_db.inc');

var_dump($db);
var_dump($db->close());
echo "Done\n";
?>
--EXPECTF--
object(SQLite3)#%d (0) {
}
bool(true)
Done

Function Calls

None

Variables

None

Stats

MD5 3d3bcd88387172d667e7d91925d74e77
Eval Count 0
Decode Time 94 ms