From:             [EMAIL PROTECTED]
Operating system: Linux 2.4x
PHP version:      4.3.0
PHP Bug Type:     Feature/Change Request
Bug description:  Perl-like delimeter needed

it would be nice to do something like this;


echo(qq~This make it real "easy" to output HTML~);

vs

echo("This makes it a real \"pain\" to output HTML");

This is a feature in Perl where it could be qq! ! or any other symbol
after the qq is used as a delimeter.

thanks,

jeff

-- 
Edit bug report at http://bugs.php.net/?id=21857&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21857&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21857&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21857&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21857&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21857&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21857&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21857&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21857&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21857&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21857&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21857&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21857&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21857&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21857&r=gnused

Reply via email to