From:             mukarami dot kazuo at jp dot fujitsu dot com
Operating system: windows7 professional 32bit
PHP version:      5.4.11
Package:          mbstring related
Bug Type:         Bug
Bug description:Multi-byte char contains 0x5C as second byte causes syntax error

Description:
------------
Multi-byte character contains 0x5C as second byte causes syntax error at
Literal constant value.
Japanese Shift-Jis Code 42 Characters contain 0x5C as second byte.
for example Jananese-character 0x95,0x5C means  word "table".

print("X"); causes syntax error. (X is 0x95,0x5c)

however
 print(trim("X ")); not causes syntax error.
 


Test script:
---------------
can not write literal constant value in Japanaese character 
to this farme.

print("X");

X is multi-byte character contains  0x95 and 0x5C 


-- 
Edit bug report at https://bugs.php.net/bug.php?id=64149&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64149&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64149&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64149&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64149&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64149&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64149&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64149&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64149&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64149&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64149&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64149&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64149&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64149&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64149&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64149&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64149&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64149&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64149&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64149&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64149&r=mysqlcfg

Reply via email to