summaryrefslogtreecommitdiff
path: root/tests/it.t
AgeCommit message (Collapse)AuthorFilesLines
2018-01-18Normalize combining diaeresis to umlaut in it::any2utf8()Christian Schneider1-0/+10
2017-11-30test it::grep invertUrban Müller1-0/+1
2017-06-01tests for it::filterUrban Müller1-0/+4
2017-03-30it::split as frontend for preg_split()Urban Müller1-0/+8
2017-03-15add add_dir(), add mkdir to file_putUrban Müller1-0/+4
2017-02-07allow .time-1527 and .time-152715 as time formats for time debug parameter, ↵Christian Helbling1-2/+13
add more tests for it::time()
2017-02-07Replace create_function which will be deprecated in PHP 7.2Christian Schneider1-1/+0
2017-01-25Second version of it::map with keys: Handle 'null', '1' for code and ↵Christian Schneider1-1/+11
Traversable objects for array
2017-01-25revert changes in it::mapDavid Flatz1-6/+1
This reverts commit ee8607940a1af96f2366ad4ea75db5b7c2c15c8f. This reverts commit f59a46a6dfe0194ba43092304029b2b843ed54bc.
2017-01-25standard php compatibilityUrban Müller1-3/+3
2017-01-25optional keys selection in it::mapUrban Müller1-1/+6
2016-11-10more readable for php n00bsUrban Müller1-3/+3
2016-11-10it:map(): allow any callable object (anon functions) or code in stringUrban Müller1-1/+4
2016-05-23add it::mod which returns modulo as a positive numberChristian Helbling1-0/+5
2016-02-01add support for arrays of cidrs in cidr_match()Christian A. Weber1-0/+1
2016-02-01fix cidr_match() without /maskChristian A. Weber1-0/+2
2016-02-01new function it::cidr_match($ip, $cidr)Christian A. Weber1-0/+10
2015-10-30minimal it::sortUrban Müller1-0/+4
2015-08-10adapt tests to strict comparisonUrban Müller1-11/+11
2015-08-10php 5.3 compatibility required now?!Urban Müller1-2/+2
2015-08-10correctly handle non-utf8 in keysUrban Müller1-0/+1
2015-01-29omit soft hyphen cause we filter itUrban Müller1-4/+4
2014-10-01it::json_encode() and it::json_decode()Urban Müller1-0/+3
2014-07-31support it::timeUrban Müller1-4/+7
2013-07-01test sequential pattern application in ::replaceUrban Müller1-0/+1
2013-05-13test for grapheme_strlen===null for bad utf8Urban Müller1-0/+2
2012-05-23any2utf8 triple encoding testUrban Müller1-1/+2
2012-05-15support arrays in any2utf8Urban Müller1-1/+3
2012-04-24merged it_html::fix_encoding in it::any2utf8Urban Müller1-0/+8
2012-04-20any2utf8 quote fix and testUrban Müller1-0/+2
2012-03-28Fix it::ucwords and added tests for it::ucfirst and it::ucwordsChristian Schneider1-0/+4
2012-03-28Added tests for it::replace with nbsp, it::any2utf8Christian Schneider1-0/+15
2012-03-26new utf8 safe functions it::grep and it::substr_replaceNathan Gass1-0/+8
2012-03-22cleanup, set locale for latin1 case-sensitive tests, adjust tests to file ↵Christian Weber1-124/+184
now being encoded in utf-8
2012-02-29bugfix: . matches umlaut in utf-8 modeChristian Weber1-0/+5
2012-02-29it::convertregex() sets /u if default_charset is 'utf-8' (can be overridden)Christian Weber1-5/+31
2011-11-15fix testUrban Müller1-0/+1
2011-11-15faster it::replaceUrban Müller1-0/+3
2011-11-14faster it::replace, testsUrban Müller1-0/+4
2011-11-08Change it::date() to treat float as timestamp, only string with dots like ↵Christian Schneider1-5/+5
10.45 are handed to strtotime()
2011-11-08Fix [[:alpha::]] test nameChristian Schneider1-1/+1
2011-11-08handle named character classesUrban Müller1-0/+5
2011-11-04test \bUrban Müller1-0/+5
2011-10-28some more date testsNathan Gass1-0/+4
2011-10-28add some date testsNathan Gass1-0/+13
2010-11-11add reorder argument and tests to it::filter_keysNathan Gass1-0/+17
2009-04-29killed requiresUrban Müller1-2/+0
2007-10-11Populated release branchChristian Schneider1-0/+204