• Resolved Kimberly

    (@amiga500)


    Here’s how to duplicate the bug:

    function testme()
    {
    	return "foo bar";
    }
    
    preg_replace('~'.testme()."~s", '', "foo bar was here");

    This results in the error: preg_replace() – /e modifier is forbidden since PHP 7.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘BUG’ is closed to new replies.