word_len 498 ext/pspell/pspell.c size_t word_len; word_len 503 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { word_len 523 ext/pspell/pspell.c size_t word_len; word_len 528 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { word_len 579 ext/pspell/pspell.c size_t word_len; word_len 584 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { word_len 591 ext/pspell/pspell.c if (word_len == 0) { word_len 609 ext/pspell/pspell.c size_t word_len; word_len 614 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { word_len 621 ext/pspell/pspell.c if (word_len == 0) { word_len 28 ext/standard/metaphone.c static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditional); word_len 168 ext/standard/metaphone.c static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditional) word_len 189 ext/standard/metaphone.c max_buffer_len = word_len; word_len 190 ext/standard/metaphone.c *phoned_word = zend_string_alloc(sizeof(char) * word_len + 1, 0);