SQLite3Result cannot be directly instantiated¶
Description¶
Sqlite3Result is returned after executing a SQL query on a Sqlite3 database, with such method as query or execute.
Example¶
<?php
new Sqlite3Result();
?>
Solutions¶
Call a valid query to obtain an object of that class.
Changed Behavior¶
This error may appear following an evolution in behavior, in previous versions. See ` <https://php-changed-behaviors.readthedocs.io/en/latest/behavior/.html>`_.