summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* fix test namesAntony Dovgal2007-05-074-4/+4
|
* fix test titleNuno Lopes2007-05-071-1/+1
|
* MFH: remove unnecessary warning in case of exceptionAntony Dovgal2007-03-141-1/+0
|
* MFH: fix pcre testsAntony Dovgal2007-02-126-0/+36
|
* new test to keep track of the reported pcre regressionNuno Lopes2007-02-091-0/+45
|
* new testNuno Lopes2006-12-191-0/+476
|
* MFHAntony Dovgal2006-12-191-1/+1
|
* add tests for old bug reportsNuno Lopes2006-12-083-0/+53
|
* Fix test on fbsdHannes Magnusson2006-12-031-1/+1
|
* new tests. increase coverage for more than 90%Nuno Lopes2006-12-024-0/+416
|
* MFH: fix #39112 (typo in error message)Antony Dovgal2006-10-101-1/+1
|
* fix leak, add testAntony Dovgal2006-08-301-0/+45
|
* - MFH Clean up (after consulting Andrei)Marcus Boerger2006-07-204-9/+10
| | | | | | | | | . Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....) . All refactored funcs (match, split, replace, grep) use the above . Change (zend|php)_error() to php_error_docref() . Move from old to new param parsing api . Fix memleaks in unicode mode
* fix testAntony Dovgal2006-07-181-1/+1
|
* new testNuno Lopes2006-07-171-0/+42
|
* new tests. almost 90% of code coverageNuno Lopes2006-07-163-0/+446
|
* fix testsHannes Magnusson2006-07-031-1/+1
|
* more testingNuno Lopes2006-07-032-1/+49
|
* new tests and fix the locales test where the pt local isnt available.Nuno Lopes2006-07-034-0/+88
|
* MFH: fix testHannes Magnusson2006-06-261-1/+1
|
* fix bug #37800: preg_replace() limit parameter odd behaviourNuno Lopes2006-06-151-0/+31
| | | | | #this is a regression in PHP_5_2 and HEAD branches only
* more tests (and fix 2 from yesterday)Nuno Lopes2006-06-149-1/+362
|
* add new tests, increasing coverage by about 10%Nuno Lopes2006-06-138-0/+192
|
* add testAntony Dovgal2006-05-291-0/+16
|
* Fixed test fileDmitry Stogov2006-02-201-1/+1
|
* Fixed bug #34790 (preg_match_all(), named capturing groups, variable ↵Dmitry Stogov2005-10-111-0/+23
| | | | assignment/return => crash)
* - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' ↵foobar2005-05-311-0/+12
| | | | modifier misbehave)
* add testAndrey Hristov2005-03-121-0/+40
| | | | | #forgot to add this one
* - Forgot to add test case.Moriyoshi Koizumi2004-02-011-0/+37
|
* Fixed Bug #26927 (preg_quote() does not escape \0).Ilia Alshanetsky2004-01-161-0/+11
|
* Made the test's name more descriptiveMoriyoshi Koizumi2003-01-231-1/+1
|
* Removed pointless checksMoriyoshi Koizumi2003-01-232-10/+0
|
* Added test case for bug #21732Moriyoshi Koizumi2003-01-231-0/+33
|
* Added a test case for bug #20528.Ilia Alshanetsky2002-11-221-0/+30