allocs           2909 ext/standard/string.c static PATNREPL *php_strtr_array_prepare_repls(int slen, HashTable *pats, zend_llist **allocs, int *outsize)
allocs           2918 ext/standard/string.c 	*allocs = emalloc(sizeof **allocs);
allocs           2919 ext/standard/string.c 	zend_llist_init(*allocs, sizeof(void*), &php_strtr_free_strp, 0);
allocs           2932 ext/standard/string.c 			zend_llist_add_element(*allocs, &string_key);
allocs           2939 ext/standard/string.c 				zend_llist_destroy(*allocs);
allocs           2940 ext/standard/string.c 				efree(*allocs);
allocs           2941 ext/standard/string.c 				*allocs = NULL;
allocs           2954 ext/standard/string.c 				zend_llist_add_element(*allocs, &Z_STRVAL_PP(entry));
allocs           3115 ext/standard/string.c 	zend_llist	*allocs;
allocs           3124 ext/standard/string.c 	patterns = php_strtr_array_prepare_repls(slen, pats, &allocs, &patterns_len);
allocs           3132 ext/standard/string.c 	zend_llist_destroy(allocs);
allocs           3133 ext/standard/string.c 	efree(allocs);