Searched refs:metaphone (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | metaphone.c | 28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional); 30 /* {{{ proto string metaphone(string text[, int phones]) 32 PHP_FUNCTION(metaphone) 44 if (metaphone((unsigned char *)str, str_len, phones, &result, 1) == 0) { 63 /* this used to be "metaphone.h" */ 71 /* end of "metaphone.h" */ 78 /* Metachar.h ... little bits about characters for metaphone */ 165 /* {{{ metaphone 167 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional) function 470 } /* END metaphone */ [all...] |
| H A D | php_metaphone.h | 24 PHP_FUNCTION(metaphone); variable
|
| H A D | basic_functions.c | 1812 /* {{{ metaphone.c */ 3270 /* functions from metaphone.c */ 3271 PHP_FE(metaphone, arginfo_metaphone)
|
Completed in 9 milliseconds