[PHP] missing Parser Error ?

2002-11-10 Thread Hatem Ben
why PHP don't return a parse error here ? 

code
  case browse :
   $text = $myobject-browse();;;
//   some codes ...
  break;

/code

i guess syntax isn't correct or what do you think ?!

Best regards
Hatem


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] missing Parser Error ?

2002-11-10 Thread Ernest E Vogelsinger
At 02:51 11.11.2002, Hatem Ben said:
[snip]
why PHP don't return a parse error here ? 

code
  case browse :
   $text = $myobject-browse();;;
//   some codes ...
  break;

/code

i guess syntax isn't correct or what do you think ?!
[snip] 

hmm - it's a little bit inefficient in terms of nanosecs, but syntactically
correct. You simply have 18 successive empty statements...


-- 
   O Ernest E. Vogelsinger
   (\)ICQ #13394035
^ http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php