mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
e3ebdb6be2
SQLite3::bindParam() and SQLite3::bindValue() have identical implementation (the only thing that differs is the second parameter's passing mode), so we unify the implementation.