summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵Felipe Pena2010-11-064-3/+16
| | | | | | | returns int(0)) patch by: slugonamission at gmail dot com
* - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-031-0/+43
| | | | | | | | # In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option.
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | (Fixes #52570) # Trunk patch will follow shortly
* Fixed testsDmitry Stogov2009-09-211-1/+1
|
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-2/+1
|
* Fix testandy wharmby2009-06-231-1/+1
|
* - Fixed ini deprecation message issues in tests.Jani Taskinen2009-05-061-1/+1
| | | | | # CGI headers are stripped and the error ends up there with CGI..
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-041-1/+2
|
* MFHArnaud Le Blanc2009-04-251-3/+3
|
* MFHArnaud Le Blanc2009-04-241-5/+5
|
* fix bug #47662: support more than 127 named subpatternsNuno Lopes2009-04-101-0/+18
|
* fix bug #47229: preg_quote should escape '-'Nuno Lopes2009-01-282-1/+38
|
* New pcre extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-075-0/+169
|
* - Opss, reverted accidental changesFelipe Pena2008-11-039-0/+55
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-0213-51/+36
|
* remove unicode skipif, as the test doesnt require such supportNuno Lopes2008-08-311-6/+0
|
* - MFH preg_filter()Marcus Boerger2008-08-291-0/+35
| | | | | | # As discussed with Lukas # [DOC] check out the test
* after rereading the documentation about preg_grep(), lets match the behavior ↵Nuno Lopes2008-08-141-10/+12
| | | | | | | in HEAD (return the original array elements instead of the new string). tune the test accordingly
* Fixed bug #44925 (preg_grep() modifies input array)Nuno Lopes2008-08-141-0/+105
|
* - New parameter parsing API (to preg_replace*)Felipe Pena2008-06-303-14/+13
| | | | | - Fixed related tests
* fix bug #44214: crash with preg_replace_callback and global variablesNuno Lopes2008-03-082-0/+56
|
* add new testsNuno Lopes2008-03-082-0/+94
|
* Fix testFelipe Pena2008-02-211-1/+5
|
* fix testAntony Dovgal2008-02-211-3/+1
|
* New testFelipe Pena2008-02-201-0/+14
|
* Fixed bug #42945 (preg_split() swallows part of the string)Nuno Lopes2008-01-131-0/+88
|
* Add some more pcre testsRobert Nicholson2007-11-2130-0/+1459
|
* Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)Nuno Lopes2007-10-071-0/+19
|
* fix bug #37911: preg_replace_callback ignores named groupsNuno Lopes2007-10-071-0/+41
|
* MFHAntony Dovgal2007-09-201-0/+22
|
* new testNuno Lopes2007-09-011-0/+46
|
* new testNuno Lopes2007-06-191-0/+38
|
* add tests for pcre 7.0 regressionNuno Lopes2007-06-153-0/+158
| | | | | update to pcre 7.2 will follow soon
* 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
|