PHP intl NumberFormatter::SPELLOUT 的源代码在哪里?

Where is the source code of PHP intl NumberFormatter::SPELLOUT?

在哪里可以找到 NumberFormatter::SPELLOUT 后面的 PHP 源代码?

$f = new NumberFormatter("en", NumberFormatter::SPELLOUT);
echo $f->format(456);

// four hundred fifty-six

我在这些链接中找不到 NumberFormatter::SPELLOUT 的算法:

因为 intl 扩展只是对 C ICU 库的绑定,您可以在这里找到您要查找的内容:

https://github.com/unicode-org/icu/search?q=spellout&unscoped_q=spellout