php-src/ext/standard/tests/strings/bug27675.phpt
2004-03-26 19:23:42 +00:00

9 lines
186 B
PHP

--TEST--
Bug #27675 (str_ireplace segfaults when shrinking string)
--FILE--
<?php
echo str_ireplace('/*<B>', '<B>', '/*<b> I am a comment</b>*/');
?>
--EXPECT--
<B> I am a comment</b>*/