[PHP-DEV] PHP 4.0 Bug #10666 Updated: preg_replace 'e' modifier

2001-05-04 Thread smoonen
ID: 10666 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PCRE related Description: preg_replace 'e' modifier Also, as a merely informational aside, PHP's use of $1 is in this instance actually incompatible with Perl. Perl, in a s///e expression, treats $n as a variable rather than ex

[PHP-DEV] PHP 4.0 Bug #10666 Updated: preg_replace 'e' modifier

2001-05-04 Thread smoonen
ID: 10666 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: PCRE related Description: preg_replace 'e' modifier Okay. Then I have a problem with how backslash escaping is inconsistently applied when using \\1 and $1. Specifically, consider the following: functi