|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-04-19 18:53 UTC] derick@php.net
[2007-04-19 19:07 UTC] m dot cacote at free dot fr
[2007-04-19 19:26 UTC] m dot cacote at free dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Apr 02 17:00:01 2026 UTC |
Description: ------------ The server crash after the use of str_ireplace, but the srcipt works fine with str_replace or if y use shorter subject parameter Reproduce code: --------------- echo str_ireplace(array('a', 'b'), '', 'cdefghijklmnopqrstuvwxyz'); Expected result: ---------------- cdefghijklmnopqrstuvwxyz Actual result: -------------- the script loop with no end