Commit Graph

62 Commits

Author SHA1 Message Date
Felipe Pena
b3ac16e584 - Removed UEXPECT(F) 2008-05-27 13:54:30 +00:00
Felipe Pena
3ed829f10e - Added some UEXPECTs
- Fixed some tests
2008-03-22 14:58:29 +00:00
Felipe Pena
e7ecc9003e Added UEXPECT 2008-03-19 14:19:54 +00:00
Nuno Lopes
cc2e43cde1 MFB: fix #44214 2008-03-08 13:14:02 +00:00
Nuno Lopes
3b2e53e538 add new tests 2008-03-08 11:51:03 +00:00
Dmitry Stogov
e8718dfe67 Fixed test 2008-02-22 08:31:50 +00:00
Antony Dovgal
de7ee656f7 fix test 2008-02-21 13:38:54 +00:00
Felipe Pena
1b2c92bfe9 New test 2008-02-20 21:59:43 +00:00
Felipe Pena
74b3151540 Fix tests 2008-02-15 16:55:11 +00:00
Nuno Lopes
fe197abf66 MFB: fix bug #42945 2008-01-13 14:57:54 +00:00
Robert Nicholson
b0601e161d Add some more pcre tests 2007-11-21 18:23:02 +00:00
Nuno Lopes
a1edb43467 add test for bug #42737.
HEAD didnt have this bug, as it uses a smarter way to iterate over utf-8 chars
2007-10-07 14:00:20 +00:00
Nuno Lopes
586bef4291 MFB: fix #37911 2007-10-07 12:09:02 +00:00
Antony Dovgal
2b17f226b9 if one of regular expressions in the array fails, return NULL right away
this fixes "String is not zero-terminated" error and makes the behaviour consistent with regexps passed as strings
2007-09-20 08:10:20 +00:00
Nuno Lopes
b357cf9d9b MFB: upgrade to PCRE 7.3 2007-09-01 18:01:44 +00:00
Antony Dovgal
f41ab21d0b fix test name 2007-08-24 12:06:03 +00:00
Dmitry Stogov
4a49ce8b8f Fixed preg_replace_callback() with callback defined by array 2007-07-10 09:11:35 +00:00
Dmitry Stogov
0b642b977a PCRE unicode/binary support 2007-07-06 23:06:51 +00:00
Nuno Lopes
c89c4b3beb new test 2007-06-19 17:33:02 +00:00
Nuno Lopes
c449991a3e MFB: new tests
#they pass here, but segfault on php 5.2/pcre 7.0
2007-06-15 12:04:26 +00:00
Antony Dovgal
ccd97f3a21 fix test names 2007-05-07 17:23:53 +00:00
Nuno Lopes
1acf73af7f fix test title 2007-05-07 15:24:37 +00:00
Antony Dovgal
61d2a8383d don't emit any warnings in addition to an exception 2007-03-14 23:47:19 +00:00
Antony Dovgal
546bbeb3d5 add SKIPIF sections to check if PCRE has the functionality tested/used 2007-02-12 14:22:02 +00:00
Nuno Lopes
66837ba30b upgrade PCRE to version 7.0 2007-02-09 20:13:18 +00:00
Nuno Lopes
71cf54dc4c new test 2006-12-19 21:47:16 +00:00
Antony Dovgal
c5edb5a75e fix test on MacOS 2006-12-19 13:11:30 +00:00
Nuno Lopes
90496dbb26 MFB: new tests 2006-12-08 12:15:21 +00:00
Nuno Lopes
75011c4d2c add UEXPECT sections 2006-12-03 11:20:32 +00:00
Hannes Magnusson
79f1a51473 MFB: fix test on fbsd 2006-12-03 08:08:18 +00:00
Nuno Lopes
5819d83aeb MFH (not tested. so some tests may fail in unicode mode) 2006-12-02 21:42:30 +00:00
Antony Dovgal
3049d59cba fix #39112 (typo in error message) 2006-10-10 12:43:34 +00:00
Hannes Magnusson
176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Antony Dovgal
df68f888ea leaks--
fix test
2006-10-03 21:37:02 +00:00
Antony Dovgal
a264ef3348 fix tests 2006-10-03 21:18:43 +00:00
Antony Dovgal
ad1d0e6d65 fix tests 2006-09-19 11:49:21 +00:00
Antony Dovgal
a0a7595bbf fix leak, add test 2006-08-30 16:46:23 +00:00
Antony Dovgal
996d8d1226 fix PCRE tests 2006-08-29 22:12:31 +00:00
Marcus Boerger
6a0f2a5982 - Fix unicode expectations 2006-07-20 21:39:48 +00:00
Marcus Boerger
b5b5944ddf - Clean up (after consulting Andrei)
. 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
2006-07-20 21:19:05 +00:00
Antony Dovgal
18d1c420d6 fix test 2006-07-18 09:23:05 +00:00
Nuno Lopes
068dfca1d7 MFB 2006-07-17 11:39:49 +00:00
Nuno Lopes
cb32fbe9d5 MFB 2006-07-16 19:36:23 +00:00
Hannes Magnusson
302deb04d8 fix tests 2006-07-03 16:03:39 +00:00
Nuno Lopes
57801820f5 MFB 2006-07-03 14:55:49 +00:00
Hannes Magnusson
703e08015d Fix test 2006-06-26 23:42:43 +00:00
Nuno Lopes
06f93f77f3 MFB: fix bug #37800 2006-06-15 15:35:50 +00:00
Nuno Lopes
4ee2074d12 MFB 2006-06-14 18:07:45 +00:00
Nuno Lopes
b5f20ceb48 MFB 2006-06-13 22:05:26 +00:00
Antony Dovgal
0e639cea57 add test 2006-05-29 20:31:33 +00:00