Test: /ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt - Version 7.4.0    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+
003+ Fatal error: Uncaught Exception: The expanded parameter requires SQLite3 >= 3.14 and 3.29.0 is installed in %s/sqlite3stmt_getsql_expanded.php:14
004+ Stack trace:
005+ #0 %s/sqlite3stmt_getsql_expanded.php(14): SQLite3Stmt->getSQL(true)
006+ #1 {main}
007+ thrown in %s/sqlite3stmt_getsql_expanded.php on line 14
002- string(21) "SELECT 42, 'php', 43;"
003- Execute statement
004- object(SQLite3Result)#3 (0) {
005- }
006- Statement result
007- array(3) {
008- [0]=>
009- int(42)
010- [1]=>
011- string(3) "php"
012- [2]=>
013- int(43)
014- }
015- Change binded values
016- Getting expanded SQL statement
017- string(25) "SELECT 'TEST', '!!!', 40;"
018- Closing DB
019- bool(true)
020- Done