Home
last modified time | relevance | path

Searched refs:_small (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/standard/
H A Dsoundex.c32 int i, _small, str_len, code, last; in PHP_FUNCTION() local
72 for (i = 0, _small = 0; i < str_len && _small < 4; i++) { in PHP_FUNCTION()
79 if (_small == 0) { in PHP_FUNCTION()
81 soundex[_small++] = code; in PHP_FUNCTION()
91 soundex[_small++] = code; in PHP_FUNCTION()
99 while (_small < 4) { in PHP_FUNCTION()
100 soundex[_small++] = '0'; in PHP_FUNCTION()
102 soundex[_small] = '\0'; in PHP_FUNCTION()
104 RETURN_STRINGL(soundex, _small, 1); in PHP_FUNCTION()

Completed in 9 milliseconds