word_len 494 ext/pspell/pspell.c int type, word_len; word_len 499 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word_len 519 ext/pspell/pspell.c int word_len; word_len 525 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word_len 576 ext/pspell/pspell.c int type, word_len; word_len 581 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word_len 588 ext/pspell/pspell.c if (word_len == 0) { word_len 606 ext/pspell/pspell.c int type, word_len; word_len 611 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { word_len 618 ext/pspell/pspell.c if (word_len == 0) { word_len 28 ext/standard/metaphone.c static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional); word_len 167 ext/standard/metaphone.c static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional) word_len 188 ext/standard/metaphone.c max_buffer_len = word_len; word_len 189 ext/standard/metaphone.c *phoned_word = safe_emalloc(sizeof(char), word_len, 1);