|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesphp5.4.11buildjan62013 (last revision 2013-02-05 03:38 UTC by mukarami dot kazuo at jp dot fujitsu dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-02-05 04:00 UTC] rasmus@php.net
-Status: Open
+Status: Feedback
[2013-02-05 04:00 UTC] rasmus@php.net
[2013-02-18 00:36 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
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