[PHP-DEV] Bug #11866: the 'remark' is not working From: cat33 <email protected>
Date: 07/04/01

From: cat33 <email protected>
Operating system: Windows 2000 Professional
PHP version: 4.0.5
PHP Bug Type: Unknown/Other Function
Bug description: the 'remark' is not working

I was trying to remark the following code in my php, but the php said I got a Parse error.

// $xmlHeaderStr = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\r\n";

if i change this to

/*
// $xmlHeaderStr = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\r\n";
*/

then, the problem is solved.

-- 
Edit Bug report at: http://bugs.php.net/?id=11866&edit=1

-- 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>