📄 Viewing: sqlite3_prepare_001.phpt

--TEST--
SQLite3 - memory leak on SQLite3Result and SQLite3Stmt
--SKIPIF--
<?php require_once(__DIR__ . '/skipif.inc'); ?>
--FILE--
<?php

function test(&$x) {
	$class = new SQLite3(':memory:');
	$x = $class->prepare('SELECT 1');
}

test($foo);

echo "done\n";

?>
--EXPECT--
done

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/ext/sqlite3/tests