Searched refs:SQLITE3_INTEGER (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/sqlite3/tests/ |
H A D | bug63921-32bit.phpt | 16 $stmt->bindValue(':id', 1, SQLITE3_INTEGER); 17 $stmt->bindValue(':num', $num, SQLITE3_INTEGER);
|
H A D | bug63921-64bit.phpt | 16 $stmt->bindValue(':id', 1, SQLITE3_INTEGER); 17 $stmt->bindValue(':num', $num, SQLITE3_INTEGER);
|
H A D | bug70628.phpt | 15 $sth->bindValue(':age', 7, SQLITE3_INTEGER); 22 $sth->bindValue(':age', 3, SQLITE3_INTEGER);
|
H A D | sqlite3_33_reset.phpt | 17 $stmt->bindValue(':id', 1, SQLITE3_INTEGER);
|
H A D | bug77051.phpt | 14 $stmt->bindParam(':a', $a, SQLITE3_INTEGER);
|
/PHP-8.2/ext/sqlite3/ |
H A D | sqlite3.stub.php | 25 const SQLITE3_INTEGER = UNKNOWN; define
|
Completed in 12 milliseconds