RE: [PHP-DEV] PHP parser behavior.

2001-03-20 Thread Chris Newbill
-Original Message- From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 20 March, 2001 8-17 pM To: [EMAIL PROTECTED] Subject: [PHP-DEV] PHP parser behavior. I didn't get responses for post in php-general, php-lang. I noticed that PHP4.0.4pl1 under Linux/Apache DSO and PHP

[PHP-DEV] PHP parser behavior.

2001-03-20 Thread Yasuo Ohgaki
I didn't get responses for post in php-general, php-lang. I noticed that PHP4.0.4pl1 under Linux/Apache DSO and PHP4.0.5-RC1 under W2K/IIS5 CGI accepts and does not raise error (notice messages) for following code. $arr = array('first' => 'one'); $str = "This is first element of array: $arr[f