Searched refs:sqliteCreateCollation (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/pdo_sqlite/ |
H A D | sqlite_driver_arginfo.h | 26 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateCollation); 32 …ZEND_ME(PDO_SQLite_Ext, sqliteCreateCollation, arginfo_class_PDO_SQLite_Ext_sqliteCreateCollation,…
|
H A D | sqlite_driver.stub.php | 17 public function sqliteCreateCollation(string $name, callable $callback): bool {} function in PDO_SQLite_Ext
|
H A D | sqlite_driver.c | 643 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateCollation) in PHP_METHOD() argument
|
/PHP-8.2/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_createcollation.phpt | 2 PDO_sqlite: Testing sqliteCreateCollation() 17 $db->sqliteCreateCollation('MYCOLLATE', function($a, $b) { return strnatcmp($a, $b); });
|
H A D | gc.phpt | 17 $obj->a->sqliteCreateCollation('col', function() use ($obj) {});
|
H A D | bug70862.phpt | 2 PDO_sqlite: Testing sqliteCreateCollation()
|
Completed in 10 milliseconds