php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14395 Some Chinese Words Can't Be Used In The Php Files
Submitted: 2001-12-09 21:33 UTC Modified: 2001-12-13 07:06 UTC
From: horsezhao at yeah dot net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.1.0 OS: windows2000Server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: horsezhao at yeah dot net
New email:
PHP Version: OS:

 

 [2001-12-09 21:33 UTC] horsezhao at yeah dot net
When i used 
---
echo "???\";
---
(a Chinese Word)
the system will report "Parse error: parse error, expecting `','' or `';'' in",and if i changed the other word ,it's will be right.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 09:22 UTC] sniper@php.net
Ask support questions elsewhere.
Try http://www.php.net/support.php

 [2001-12-12 09:41 UTC] yohgaki@php.net
Since reporter is using Windows, it is most likely a bogus report. I just want to make sure if this is bogus. If you are using EUC-TW, PHP should work. Are you using EUC-TW? If  you don't understand what I mean, ask support question as Sniper mentioned.
 
 [2001-12-13 07:06 UTC] daniel@php.net
The last backslash escapes the string delimitor, thus generating a syntax error. the correct command should read:

  echo "???\"";

this is NOT a PHP bug! please close.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 01:01:30 2025 UTC