Re: [PHP-DEV] FR: echo line

2002-12-09 Thread Derick Rethans
On 7 Dec 2002, Jari Vuoksenranta wrote: I have a feature request: I'd like to have '#' comment like macro which would expand _ foo to ? foo\n?php. Has this been requested before? If so, why it wasn't implented? I would personally kick the butt of the guy who adds this to CVS. This is

[PHP-DEV] FR: echo line

2002-12-07 Thread Jari Vuoksenranta
I have a feature request: I'd like to have '#' comment like macro which would expand _ foo to ? foo\n?php. Has this been requested before? If so, why it wasn't implented? e.g. ?php for(..) { _ td } ? would echo \ttd\n to page. -- PHP Development Mailing

Re: [PHP-DEV] FR: echo line

2002-12-07 Thread Brad LaFountain
Do you realize how ugly that is? What benifit would that have over something way more readable like: ?php for(..) { echo \ttd\n; } ? -Brad --- Jari Vuoksenranta [EMAIL PROTECTED] wrote: I have a feature request: I'd like to have '#' comment like macro which would

RE: [PHP-DEV] FR: echo line

2002-12-07 Thread John Coggeshall
-1, no way... -Original Message- From: Jari Vuoksenranta [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 07, 2002 11:57 AM To: [EMAIL PROTECTED] Subject: [PHP-DEV] FR: echo line I have a feature request: I'd like to have '#' comment like macro which would expand _ foo to ? foo\n