coll              141 ext/intl/grapheme/grapheme_util.c 	UCollator *coll;
coll              169 ext/intl/grapheme/grapheme_util.c 		coll = usearch_getCollator(src);
coll              171 ext/intl/grapheme/grapheme_util.c 		ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_SECONDARY, &status);
coll              304 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, coll)
coll              849 ext/sqlite3/sqlite3.c static int php_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void* b) /* {{{ */
coll              851 ext/sqlite3/sqlite3.c 	php_sqlite3_collation *collation = (php_sqlite3_collation*)coll;
coll              239 sapi/phpdbg/phpdbg_watch.c 		phpdbg_watch_collision coll;
coll              240 sapi/phpdbg/phpdbg_watch.c 		coll.refs = (watch->flags & PHPDBG_WATCH_RECURSIVE) != 0;
coll              241 sapi/phpdbg/phpdbg_watch.c 		coll.watch = watch;
coll              242 sapi/phpdbg/phpdbg_watch.c 		zend_hash_init(&coll.watches, 8, arghs, NULL, 0);
coll              243 sapi/phpdbg/phpdbg_watch.c 		zend_hash_init(&coll.implicit_watches, 8, ..., NULL, 0);
coll              244 sapi/phpdbg/phpdbg_watch.c 		cur = zend_hash_index_add_mem(&PHPDBG_G(watch_collisions), (zend_ulong) watch->addr.ref, &coll, sizeof(phpdbg_watch_collision));
coll              247 sapi/phpdbg/phpdbg_watch.c 		if (coll.refs) {