Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver_arginfo.h26 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateCollation);
32 …ZEND_ME(PDO_SQLite_Ext, sqliteCreateCollation, arginfo_class_PDO_SQLite_Ext_sqliteCreateCollation,…
H A Dsqlite_driver.stub.php14 public function sqliteCreateCollation(string $name, callable $callback) {} function in PDO_SQLite_Ext
H A Dsqlite_driver.c640 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateCollation) in PHP_METHOD() argument
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createcollation.phpt2 PDO_sqlite: Testing sqliteCreateCollation()
17 $db->sqliteCreateCollation('MYCOLLATE', function($a, $b) { return strnatcmp($a, $b); });
H A Dbug70862.phpt2 PDO_sqlite: Testing sqliteCreateCollation()

Completed in 11 milliseconds