Test: /ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt - Version 7.0.16-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Fatal error: Uncaught TypeError: Argument 2 passed to SQLite3::createAggregate() must be callable, string given in %s/sqlite3_33_createAggregate_notcallable.php:8
002+ Stack trace:
003+ #0 %s/sqlite3_33_createAggregate_notcallable.php(8): SQLite3->createAggregate('TESTAGGREGATE', 'aggregate_test_...', 'aggregate_final')
004+ #1 {main}
005+ thrown in %s/sqlite3_33_createAggregate_notcallable.php on line 8
001- Warning: SQLite3::createAggregate(): Not a valid callback function aggregate_test_step in %s on line %d
002-
003- Warning: SQLite3::createAggregate(): Not a valid callback function aggregate_test_final in %s on line %d
004- bool(true)
005- Done