From:             judas dot iscariote at gmail dot com
Operating system: Linux 
PHP version:      5CVS-2005-12-02 (CVS)
PHP Bug Type:     Strings related
Bug description:  brace escape problem ( continues? )

Description:
------------
seems to be related to Bug #35411

but now the "\" char is displayed.


'../configure' '--prefix=/usr' '--datadir=/usr/share/php5'
'--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/lib64'
'--includedir=/usr/include' '--with-libdir=lib64'
'--sysconfdir=/etc/php5/apache2'
'--with-config-file-path=/etc/php5/apache2'
'--with-config-file-scan-dir=/etc/php5/conf.d'
'--with-exec-dir=/usr/lib64/php5/bin' '--enable-magic-quotes'
'--enable-libxml' '--enable-session' '--with-mm' '--with-pcre-regex'
'--enable-xml' '--enable-simplexml' '--enable-spl' '--enable-safe-mode'
'--enable-sigchild' '--disable-debug' '--enable-memory-limit'
'--enable-inline-optimization' '--enable-zend-multibyte'
'--with-apxs2=/usr/sbin/apxs2' '--disable-all'


Reproduce code:
---------------
Same as Bug #35411


Expected result:
----------------
php 5.0.5:

... abc ...
... {abc} ...

Actual result:
--------------
... abc ... 

... \{abc} ... 

-- 
Edit bug report at http://bugs.php.net/?id=35527&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35527&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35527&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35527&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35527&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35527&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35527&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35527&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35527&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35527&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35527&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35527&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35527&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35527&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35527&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35527&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35527&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35527&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35527&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35527&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35527&r=mysqlcfg

Reply via email to