summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/str_word_count.phpt
Commit message (Expand)AuthorAgeFilesLines
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-2/+2
* MFH: avoid reading str[-1], add warning when invalid format specifiedAntony Dovgal2006-10-111-28/+23
* Fixed bug #35427 (str_word_count() handles '-' incorrectly).Ilia Alshanetsky2005-11-291-2/+28
* Fixed bug in str_word_count() when charlist if specified and "word" startsIlia Alshanetsky2005-07-231-6/+6
* A more performance friendly version of Andrey's patch.Ilia Alshanetsky2005-03-121-86/+34
* added an optional third parameter to str_word_count(), which is used asAndrey Hristov2005-03-121-1/+211
* add a test fileAndrey Hristov2005-03-121-0/+70