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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 21:01:31 2024 UTC