981784000d
The `isset` call always returned true for the 'replace' option, because even if not specified it receives a non-null value. The `strpos` call now does a strict equality check rather than greater-than-or-equal (which always returns true).