ID: 36061 Comment by: judas dot iscariote at gmail dot com Reported By: dahlgren dot andreas at gmail dot com Status: Open Bug Type: Output Control Operating System: Windows 2003 Server PHP Version: 5.1.2 New Comment:
I reported this "problem" few weeks ago. and it's not a bug according to PHP Developers. it just changed the behaviour. :-( http://bugs.php.net/bug.php?id=35527 now the change is documented here: http://cl2.php.net/manual/en/language.types.string.php Previous Comments: ------------------------------------------------------------------------ [2006-01-18 00:01:51] dahlgren dot andreas at gmail dot com Description: ------------ \{$var} results in wrong output. Reproduce code: --------------- <? $var = "hello"; echo "\{$var}"; ?> Expected result: ---------------- {hello} Actual result: -------------- \{hello} ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36061&edit=1
