From: janturon at email dot cz Operating system: Win 2000 PHP version: 5.3.1 PHP Bug Type: PCRE related Bug description: preg_replace with e modifier quotes parsing
Description: ------------ preg_replace with e modifier handles quotes bad (might be related to bug #32985) Reproduce code: --------------- function func($str) { return '"'.$str.'"'; } echo preg_replace("/(.*)/e","func('\\1')","foo"); Expected result: ---------------- "foo" Actual result: -------------- "foo""" In PHP 5.2.9 (Win XP), this result was produced (bug #32985) \"foo\" -- Edit bug report at http://bugs.php.net/?id=50256&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=50256&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=50256&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=50256&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=50256&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=50256&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=50256&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=50256&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=50256&r=needscript Try newer version: http://bugs.php.net/fix.php?id=50256&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=50256&r=support Expected behavior: http://bugs.php.net/fix.php?id=50256&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=50256&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=50256&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=50256&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=50256&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=50256&r=dst IIS Stability: http://bugs.php.net/fix.php?id=50256&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=50256&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=50256&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=50256&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=50256&r=mysqlcfg