mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
non-unicode with ucwords. There is also an implementation for unicode ucwords but that returns different results then strtotitle as it uppercases the first character of every word, and doesn't *titlecase* a word. The test case shows that.