Home
last modified time | relevance | path

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

/PHP-8.0/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 Dbug68760.phpt21 $db->createCollation('NATURAL_CMP', 'oopsFunction');
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php69 public function createCollation(string $name, callable $callback) {} function in SQLite3
H A Dsqlite3_arginfo.h175 ZEND_METHOD(SQLite3, createCollation);
223 ZEND_ME(SQLite3, createCollation, arginfo_class_SQLite3_createCollation, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1034 PHP_METHOD(SQLite3, createCollation) in PHP_METHOD() argument

Completed in 12 milliseconds