ID: 32312
Updated by: [EMAIL PROTECTED]
Reported By: xanthor at xanthor dot tk
-Status: Open
+Status: Feedback
Bug Type: PCRE related
Operating System: GNU/Linux
PHP Version: 4.3.10
New Comment:
And with what PHP version does this work with?
Previous Comments:
------------------------------------------------------------------------
[2005-03-15 10:32:34] xanthor at xanthor dot tk
Description:
------------
The following code returns a wrong result with some strings, but when
we reduce them, it swich back to expected behaviour.
Tested on PHP 4.3.10, 4.3.9, 5.0.2, and 5.0.3RC2
PCRE Library Version => 4.5 01-December-2003
Reproduce code:
---------------
preg_match("/((.*<.*>.*)*.(.*<.+>.+<.>.+)*b)?/",'<><'.str_repeat('a',14).'>'.str_repeat('a',33).'<a>'.str_repeat('a',92).'<a>'.str_repeat('a',8).'<a>a')
Expected result:
----------------
This code should return true
Actual result:
--------------
The code returns false.
Reduce one of the str_repeat, and it'll return true.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32312&edit=1