View Single Post
Old 09-04-2008, 08:31 PM   #7 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

This is a PHPDoc block comment, therefore its for the PHPDoc parser not PHP parser itself and as VI correctly said:
Quote:
PHP should ignore anything between the "/*" and "*/" tags regardless of what they are.
Im guessing that Zend Studio (and indeed eclipse) reads PHPDoc comments and uses them to provide more comprehensive code completion hints.

The double '*' is there for the PHPDoc parser, as far as i know.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
The Following 2 Users Say Thank You to sketchMedia For This Useful Post:
Dave (09-07-2008), Y.P.Y (09-15-2008)