Re: [PHP-DEV] Suggestions for PHP

2004-09-26 Thread Andrey Hristov
Michael Virnstein wrote: Hi there, what really would be nice, if PHP would have a more advanced way of quoting strings similar to Perl. E.g. the q{} and qq{} function are really helpful there or that i can use e.g. $var = !my string 'hallo'!; $var = "my string 'hallo'" If you want to have longer

[PHP-DEV] Suggestions for PHP

2004-09-26 Thread Michael Virnstein
Hi there, what really would be nice, if PHP would have a more advanced way of quoting strings similar to Perl. E.g. the q{} and qq{} function are really helpful there or that i can use e.g. $var = !my string 'hallo'!; and i don't have to backslash ' and " inside the string. another thing that i