<?php $conn = new SQLite3(':memory:'); $conn->exec('CREATE TABLE test (id int)'); $conn->exec('INSERT INTO test VALUES (1)'); $statement= $conn->prepare('SELECT * FROM test'); $result = $statement->execute(); $statement->close(); $row = $result->fetchArray();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`