--TEST-- Test eregi_replace() function : basic functionality - confirm case insensitivity --FILE-- --EXPECTF-- *** Testing eregi_replace() : basic functionality *** String Before... string(50) "UPPERCASE WORDS, lowercase words, MIxED CaSe woRdS" String after... Deprecated: Function eregi_replace() is deprecated in %s on line %d string(65) "UPPERCASE_characterS, lowercase_characters, MIxED CaSe_characterS" Done