| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2012-12-12 01:49 UTC] aharvey@php.net
 
-Status: Open
+Status: Feedback
  [2012-12-12 01:49 UTC] aharvey@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: Tue Nov 04 08:00:01 2025 UTC | 
Description: ------------ Japanese particular japanese multi-byte charcter before double quaot occurs error. FOR example php script file vtt.php contains only 1 line as bellow <?php print("予"); ?> sample of execution php vtt.php PHP Parse error: syntax error, unexpected end of file, expecting variable (T_VA RIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in C:\apache\dev elop\vtt.php on line 2 Test script: --------------- <?php print("予"); ?>