This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- zend_language_scanner.l.orig 2010-11-18 01:46:19.000000000 +0900 | |
+++ zend_language_scanner.l 2011-02-06 02:36:40.000000000 +0900 | |
@@ -872,7 +872,7 @@ | |
return T_EXIT; | |
} | |
-<ST_IN_SCRIPTING>"function" { | |
+<ST_IN_SCRIPTING>"機能" { | |
return T_FUNCTION; | |
} |