[PHP-DEV] Bug #650: application/x-httpd-php3-source inserts extra double quotes From: markjr <email protected>
Date: 08/13/98

From: markjr <email protected>
Operating system: Slackware 2.0.35
PHP version: 3.0.2a
PHP Bug Type: Parser error
Bug description:
In certain circumstances, viewing a doc source via
application/x-httpd-php3-source inserts extra double
quotes, i.e.

if(!ereg($query, "\n$")):

(line 124 from http://www.shmooze.net/~markjr/whois/whois.txt)

gets displayed as:

if(!ereg($query, "\n$"")):

(same line from same file accessed as:
http://www.shmooze.net/~markjr/whois/whois.php3)

This has been noticed at the PX code exchange too.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>