On Fri, Nov 15, 2002 at 03:11:10AM -0500, John Coggeshall wrote:

> 1) I notice that there seems to be a T_LINE token, which should be the
> linenumber? However, this never seems
> To even come up in the lexer from the zend_highlight() function... 

T_LINE is the token for the '__LINE__' constant.  The current line
number is stored in zend_lineno (e.g. CG(zend_lineno)).

-- 
Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/)

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to