--TEST-- Bug #70221 (persistent sqlite connection + custom function segfaults) --SKIPIF-- --FILE-- true)); function _test() { return 42; } $db->sqliteCreateFunction('test', '_test', 0); print("Everything is fine, no exceptions here\n"); unset($db); @unlink($dbfile); ?> --EXPECT-- Everything is fine, no exceptions here