Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h57 struct pdo_sqlite_collation *collations; member
H A Dsqlite_driver.c127 while (H->collations) { in pdo_sqlite_cleanup_callbacks()
129 collation = H->collations; in pdo_sqlite_cleanup_callbacks()
130 H->collations = collation->next; in pdo_sqlite_cleanup_callbacks()
673 collation->next = H->collations; in PHP_METHOD()
674 H->collations = collation; in PHP_METHOD()
717 struct pdo_sqlite_collation *collation = H->collations; in pdo_sqlite_get_gc()
/PHP-8.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h73 php_sqlite3_collation *collations; member
H A Dsqlite3.c1060 collation->next = db_obj->collations; in PHP_METHOD()
1061 db_obj->collations = collation; in PHP_METHOD()
2175 while (intern->collations){ in php_sqlite3_object_free_storage()
2176 collation = intern->collations; in php_sqlite3_object_free_storage()
2177 intern->collations = collation->next; in php_sqlite3_object_free_storage()
2201 if (intern->funcs == NULL && intern->collations == NULL) { in php_sqlite3_get_gc()
2217 php_sqlite3_collation *collation = intern->collations; in php_sqlite3_get_gc()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt125 printf("[011] Charsets/collations have not been reset.\n");
133 printf("[012] Charsets/collations have not been reset to their defaults.\n");

Completed in 42 milliseconds