Re: [PHP-DEV] Generic expressions interpolation in strings

2003-01-06 Thread Andrey Hristov
- Original Message - From: "Leon Atkinson" <[EMAIL PROTECTED]> To: "Federico Giannici" <[EMAIL PROTECTED]>; "John Coggeshall" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 7:09 PM Subject: Re: [PHP-DEV] Ge

Re: [PHP-DEV] Generic expressions interpolation in strings

2003-01-06 Thread Leon Atkinson
> print << > Name:{$= text2html($data['name']) } > Address: > > END; Federico, you can always do this: ?> Name: Address: http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Generic expressions interpolation in strings

2003-01-06 Thread Federico Giannici
ome sort of > special-case subset of the language which only allowed certain things, > etc... And that is really much more of a headache that it's worth. > > John > > > >-Original Message- > >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > &g

RE: [PHP-DEV] Generic expressions interpolation in strings

2003-01-06 Thread John Coggeshall
. And that is really much more of a headache that it's worth. John >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Sunday, January 05, 2003 1:45 PM >To: [EMAIL PROTECTED] >Subject: [PHP-DEV] Generic expressions interpolation in strings

[PHP-DEV] Generic expressions interpolation in strings

2003-01-05 Thread Federico Giannici
I already opened a bug (#21433) about this Feature Request, but I realized it is better to discuss here about it. I'm relatively new to PHP. Previously I used to program a lot in Perl. What I really lack in PHP is Perl's ability to interpolate any expression inside a string. For example: Perl: "