Searched refs:createCollation (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/sqlite3/tests/ |
H A D | sqlite3_36_create_collation.phpt | 2 Test SQLite3::createCollation() by adding strnatcmp() as an SQL COLLATE sequence 10 $db->createCollation('NAT', 'strnatcmp');
|
H A D | bug68760.phpt | 19 $db->createCollation('NATURAL_CMP', 'oopsFunction');
|
H A D | gh11878.phpt | 16 $this->sqlite->createCollation("collation", array($this, "SQLiteIndex"));
|
/PHP-8.2/ext/sqlite3/ |
H A D | sqlite3.stub.php | 370 public function createCollation(string $name, callable $callback): bool {} function in SQLite3
|
H A D | sqlite3_arginfo.h | 190 ZEND_METHOD(SQLite3, createCollation); 238 ZEND_ME(SQLite3, createCollation, arginfo_class_SQLite3_createCollation, ZEND_ACC_PUBLIC)
|
H A D | sqlite3.c | 1035 PHP_METHOD(SQLite3, createCollation) in PHP_METHOD() argument
|
Completed in 15 milliseconds