[PHP-DEV] PHP 4.0 Bug #6753: docs and code mismatch on pcre modifier From: felicity <email protected>
Date: 09/14/00

From: felicity <email protected>
Operating system: solaris 7
PHP version: 4.0.2
PHP Bug Type: PCRE related
Bug description: docs and code mismatch on pcre modifier

The docs (http://www.php.net/manual/pcre.pattern.modifiers.php) say that the modifier to turn on "PCRE_DOLLAR_ENDONLY" is "E", but php_pcre.c has "D" as the modifier. (line 233)

I suppose it really doesn't matter which one is used, but they should match. (I would vote for "D", since it would wouldn't require any code changes for people.)

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>