Home
last modified time | relevance | path

Searched refs:SQLITE3_INTEGER (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt16 $stmt->bindValue(':id', 1, SQLITE3_INTEGER);
17 $stmt->bindValue(':num', $num, SQLITE3_INTEGER);
H A Dbug63921-64bit.phpt16 $stmt->bindValue(':id', 1, SQLITE3_INTEGER);
17 $stmt->bindValue(':num', $num, SQLITE3_INTEGER);
H A Dbug70628.phpt15 $sth->bindValue(':age', 7, SQLITE3_INTEGER);
22 $sth->bindValue(':age', 3, SQLITE3_INTEGER);
H A Dsqlite3_33_reset.phpt17 $stmt->bindValue(':id', 1, SQLITE3_INTEGER);
H A Dbug77051.phpt14 $stmt->bindParam(':a', $a, SQLITE3_INTEGER);
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php25 const SQLITE3_INTEGER = UNKNOWN; define

Completed in 8 milliseconds