Browse Source

*** empty log message ***

Franco Ponticelli 15 years ago
parent
commit
4e11a82fc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/php/io/File.hx

+ 1 - 1
std/php/io/File.hx

@@ -79,7 +79,7 @@ class File {
 	}
 	}
 	
 	
 	public static function getChar( echo : Bool ) : Int {
 	public static function getChar( echo : Bool ) : Int {
-		var v : Int = untyped __call__("fgetc", __PHP__("STDIN"));
+		var v : Int = untyped __call__("fgetc", __php__("STDIN"));
 		if(echo)
 		if(echo)
 			untyped __call__('echo', v);
 			untyped __call__('echo', v);
 		return v;
 		return v;