Hi all, Try this:
$a = '';
echo "\{$a}";
from php 4, it outputs "{}", from php 5.2 (one that comes with Zend 5.5)
it outputs "\{}", thus breaking existing scripts.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

