Home
last modified time | relevance | path

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

/php-src/ext/pdo_sqlite/
H A Dsqlite_driver_arginfo.h25 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateCollation);
30 …ZEND_ME(PDO_SQLite_Ext, sqliteCreateCollation, arginfo_class_PDO_SQLite_Ext_sqliteCreateCollation,…
H A Dsqlite_driver.stub.php17 public function sqliteCreateCollation(string $name, callable $callback): bool {} function in PDO_SQLite_Ext
H A Dsqlite_driver.c676 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateCollation) in PHP_METHOD() argument
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createcollation.phpt2 PDO_sqlite: Testing sqliteCreateCollation()
15 $db->sqliteCreateCollation('MYCOLLATE', function($a, $b) { return strnatcmp($a, $b); });
H A Dgc.phpt17 $obj->a->sqliteCreateCollation('col', function() use ($obj) {});
H A Dbug70862.phpt2 PDO_sqlite: Testing sqliteCreateCollation()
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation.phpt2 PDO_sqlite: Testing sqliteCreateCollation()
8 // This test was copied from the pdo_sqlite test for sqliteCreateCollation
H A Dpdo_sqlite_createfunction_with_flags.phpt11 // This test was copied from the pdo_sqlite test for sqliteCreateCollation

Completed in 14 milliseconds