Home
last modified time | relevance | path

Searched refs:createCollation (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt2 Test SQLite3::createCollation() by adding strnatcmp() as an SQL COLLATE sequence
10 $db->createCollation('NAT', 'strnatcmp');
H A Dgh11878.phpt18 $this->sqlite->createCollation("collation", array($this, "SQLiteIndex"));
19 $this->sqlite->createCollation("collation_closure", fn () => 0);
H A Dsqlite3_trampoline_create_collation.phpt2 Test SQLite3::createCollation() trampoline callback
19 $db->createCollation('NAT', $callback);
H A Dbug68760.phpt19 $db->createCollation('NATURAL_CMP', 'oopsFunction');
/PHP-8.2/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_trampoline.phpt2 Test PdoSqlite::createCollation() trampoline callback
21 var_dump($db->createCollation('NAT', [new TrampolineTest(), 'NAT']));
H A Dgc.phpt23 $obj->a->createCollation('col', function() use ($obj) {});
H A Dpdo_sqlite_createcollation.phpt16 $db->createCollation('MYCOLLATE', function($a, $b) { return strnatcmp($a, $b); });
/PHP-8.2/ext/pdo_sqlite/
H A Dpdo_sqlite.stub.php43 public function createCollation(string $name, callable $callback): bool {} function in PdoSqlite
H A Dpdo_sqlite_arginfo.h39 ZEND_METHOD(PdoSqlite, createCollation);
49 ZEND_ME(PdoSqlite, createCollation, arginfo_class_PdoSqlite_createCollation, ZEND_ACC_PUBLIC)
H A Dpdo_sqlite.c384 PHP_METHOD(PdoSqlite, createCollation) in PHP_METHOD() argument
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.stub.php340 public function createCollation(string $name, callable $callback): bool {} function in SQLite3
H A Dsqlite3_arginfo.h190 ZEND_METHOD(SQLite3, createCollation);
243 ZEND_ME(SQLite3, createCollation, arginfo_class_SQLite3_createCollation, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1036 PHP_METHOD(SQLite3, createCollation) in PHP_METHOD() argument

Completed in 26 milliseconds