| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2000-09-17 02:03 UTC] stas@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 00:00:01 2025 UTC | 
I'm not sure this is a bug : this works : ==================== <?php echo "{\n"; ?> ==================== this fails : ==================== <?php $s="hello"; echo "{$s"; ?> ==================== Parse error: parse error, expecting `'}'' on line 3 Just in case : http://www.onesite.org/phpinfo.php Alain