
September 12th, 2012, 05:54 AM
|
|
Contributing User
|
|
Join Date: Mar 2012
Posts: 62
Time spent in forums: 4 h 38 m 22 sec
Reputation Power: 2
|
|
|
Why is this regex throwing a 'PREG_BACKTRACK_LIMIT_ERROR' error
In the example at PHP.net , it says that the regular expression matched against foobar foobar foobar throws a
PHP Code:
PREG_BACKTRACK_LIMIT_ERROR
error. Can anybody explain why?
|