Searched refs:word_len (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | metaphone.c | 26 static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **ph… 168 static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **ph… in metaphone() argument 189 max_buffer_len = word_len; in metaphone() 190 *phoned_word = zend_string_alloc(sizeof(char) * word_len + 1, 0); in metaphone()
|
/PHP-7.3/ext/pspell/ |
H A D | pspell.c | 496 size_t word_len; in PHP_FUNCTION() local 501 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 521 size_t word_len; in PHP_FUNCTION() local 526 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 577 size_t word_len; in PHP_FUNCTION() local 582 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 589 if (word_len == 0) { in PHP_FUNCTION() 607 size_t word_len; in PHP_FUNCTION() local 612 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 619 if (word_len == 0) { in PHP_FUNCTION()
|
Completed in 9 milliseconds