<?php $db = new SQLite3(":memory:"); $stmt = $db->prepare("select 1, 2, 3 from sqlite_master where 1 = ?"); // bindParam crash $i = 0; $stmt->bindParam(0, $i); // bindValue crash $stmt->bindParam(0, 1); echo "bound\n"; // not reached $stmt->execute(); $db->close();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`