Adi Nita wrote: > Does anyone know what are the official names for the "->" and "=>" > operators? They don't seem to be included in the PHP documentation, > although I would have expected them to reside in the Operators section of > the manual.
The tokens are T_OBJECT_OPERATOR and T_DOUBLE_ARROW respectively, if that helps: http://www.php.net/manual/en/tokens.php The namespace operator is T_NS_SEPARATOR. Hope that helps, -- Ryan McCue <http://ryanmccue.info/> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php