Home
last modified time | relevance | path

Searched refs:finalize (Results 1 – 25 of 35) sorted by relevance

12

/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt14 if ($name === 'finalize') {
27 $finalize = [$o, 'finalize'];
29 var_dump($db->createAggregate('', $step, $finalize, 1));
32 var_dump($db->createAggregate(new stdClass(), $step, $finalize, new stdClass()));
37 var_dump($db->createAggregate('S', $step, $finalize, new stdClass()));
47 var_dump($db->createAggregate('S', 'no_func', $finalize, 1));
53 var_dump($db->createAggregate('S', $step, $finalize, 'not a number'));
63 var_dump($obj->createAggregate('S', $step, $finalize, 1));
68 var_dump($db->createAggregate('S', $step, $finalize, 1));
H A Dsqlite3_trampoline_create_aggregate.phpt14 if ($name === 'finalize') {
27 $finalize = [$o, 'finalize'];
39 $db->createAggregate('S', $step, $finalize, 1);
66 Trampoline for finalize
67 Trampoline for finalize
H A Dsqlite3_04_update.phpt24 $results->finalize();
35 $results->finalize();
H A Dsqlite3_05_delete.phpt24 $results->finalize();
35 $results->finalize();
H A Dbug53463.phpt21 $result->finalize();
H A Dsqlite3_16_select_no_results.phpt20 $results->finalize();
H A Dbug45798.phpt24 $results->finalize();
H A Dbug70628.phpt29 $res->finalize();
H A Dsqlite3_03_insert.phpt24 $results->finalize();
H A Dsqlite3_23_escape_string.phpt24 $results->finalize();
H A Dsqlite3_07_prepared_stmt.phpt28 $results->finalize();
H A Dsqlite3_08_udf.phpt32 $results->finalize();
H A Dsqlite3_06_prepared_stmt.phpt29 $results->finalize();
H A Dsqlite3_11_numrows.phpt31 $results->finalize();
H A Dsqlite3_19_columninfo.phpt26 $result->finalize();
H A Dsqlite3_bound_value_at_name.phpt28 $results->finalize();
/php-src/tests/lang/
H A Dbug22510.phpt11 function finalize() {
84 $bar->instance->finalize();
87 $bar->instance->finalize();
90 $bar->instance->finalize();
93 $bar->instance->finalize();
105 foo::finalize
111 foo::finalize
117 foo::finalize
127 foo::finalize
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_trampoline.phpt18 if ($name === 'finalize') {
30 var_dump($db->createAggregate('S', [new TrampolineTest(), 'step'], [new TrampolineTest(), 'finalize
49 Trampoline for finalize
50 Trampoline for finalize
H A Dpdo_sqlite_createaggregate_arg_error.phpt37 $db->createAggregate('S', null, [new TrampolineTest(), 'finalize'], 1);
49 …$db->createAggregate('S', [new TrampolineTest(), 'step'], [new TrampolineTest(), 'finalize'], null…
61 Pdo\Sqlite::createAggregate(): Argument #3 ($finalize) must be a valid callback, no array or string…
H A Dpdo_sqlite_createaggregate_002.phpt25 Pdo\Sqlite::createAggregate(): Argument #3 ($finalize) must be a valid callback, function "" not fo…
/php-src/ext/pdo_sqlite/tests/
H A Dgh13998.phpt10 $finalize = function () {
16 $db->sqliteCreateAggregate('S', $step, $finalize, 1);
H A Dpdo_sqlite_createaggregate_002.phpt24 PDO::sqliteCreateAggregate(): Argument #3 ($finalize) must be a valid callback, function "" not fou…
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.stub.php14 …public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numAr… argument
H A Dpdo_sqlite.stub.php40 callable $finalize, argument
H A Dsqlite_driver_arginfo.h14 ZEND_ARG_TYPE_INFO(0, finalize, IS_CALLABLE, 0)

Completed in 24 milliseconds

12