|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-09 05:19 UTC] eru@php.net
[2010-12-29 14:10 UTC] jani@php.net
-Package: PECL related
+Package: Regexps related
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 08:00:02 2025 UTC |
Description: ------------ pattern match gave different result depend on the given string. Reproduce code: --------------- eregi("<a href=\"(.*)\">","<a href=\"link1\">#someotherwords#link2\">",$link); Expected result: ---------------- link1 Actual result: -------------- link1">#someotherwords#link2 but sometime link1, depends on the URL & words between it