Re: [PHP-DEV] show_source()

2002-11-15 Thread Jon Parise
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.

RE: [PHP-DEV] show_source()

2002-11-15 Thread John Coggeshall
To: [EMAIL PROTECTED] |Subject: Re: [PHP-DEV] show_source() | | |I would actually love to see that :) | | |"John Coggeshall" <[EMAIL PROTECTED]> wrote in message |news:000701c28c5e$ac9cb200$9d10fea9@;coogle... | |If no one has an objection, I'll look into making some of that happ

RE: [PHP-DEV] show_source()

2002-11-14 Thread Derick Rethans
On Thu, 14 Nov 2002, John Coggeshall wrote: > > If no one has an objection, I'll look into making some of that happen. THere was already some discussion about this a few weeks ago on this list. AFAIK the concensus was to re-implement the whole show_source() thing, see: http://marc.theaimsgrou

Re: [PHP-DEV] show_source()

2002-11-14 Thread Eric Coleman
I would actually love to see that :) "John Coggeshall" <[EMAIL PROTECTED]> wrote in message news:000701c28c5e$ac9cb200$9d10fea9@;coogle... If no one has an objection, I'll look into making some of that happen. John |-Original Message- |From: [EMAIL PROTECTED] [mailto:nicos@;php.net] |

RE: [PHP-DEV] show_source()

2002-11-14 Thread John Coggeshall
If no one has an objection, I'll look into making some of that happen. John |-Original Message- |From: [EMAIL PROTECTED] [mailto:nicos@;php.net] |Sent: Thursday, November 14, 2002 10:15 PM |To: [EMAIL PROTECTED] |Subject: [PHP-DEV] show_source() | | |Hello, | |Some users are reques