Home
last modified time | relevance | path

Searched refs:sqliteCreateAggregate (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt2 PDO_sqlite: Testing invalid callback for sqliteCreateAggregate()
11 $pdo->sqliteCreateAggregate('foo', 'a', '');
16 $pdo->sqliteCreateAggregate('foo', 'strlen', '');
23 PDO::sqliteCreateAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found …
24 PDO::sqliteCreateAggregate(): Argument #3 ($finalize) must be a valid callback, function "" not fou…
H A Dpdo_sqlite_createaggregate.phpt2 PDO_sqlite: Testing sqliteCreateAggregate()
14 $db->sqliteCreateAggregate('testing', function(&$a, $b) { $a .= $b; return $a; }, function(&$v) { r…
H A Dgc.phpt16 $obj->a->sqliteCreateAggregate('func2', function() use ($obj) {}, function() use($obj) {});
H A Dgh13998.phpt16 $db->sqliteCreateAggregate('S', $step, $finalize, 1);
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver_arginfo.h24 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateAggregate);
29 …ZEND_ME(PDO_SQLite_Ext, sqliteCreateAggregate, arginfo_class_PDO_SQLite_Ext_sqliteCreateAggregate,…
H A Dsqlite_driver.stub.php14 …public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numAr… function in PDO_SQLite_Ext
H A Dsqlite_driver.c614 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateAggregate) in PHP_METHOD() argument
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate.phpt8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
H A Dgc.phpt8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
H A Dpdo_sqlite_createaggregate_002.phpt8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate

Completed in 73 milliseconds