瀏覽代碼

- fixed issue 229

Franco Ponticelli 14 年之前
父節點
當前提交
df734d8d80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/php/Lib.hx

+ 1 - 1
std/php/Lib.hx

@@ -47,7 +47,7 @@ class Lib {
 		return untyped __call__("fpassthru", __call__("fopen", file,  "r"));
 	}
 
-	public static inline function toPhpArray(a : Array<Dynamic>) : NativeArray {
+	public static function toPhpArray(a : Array<Dynamic>) : NativeArray {
 		return untyped __field__(a, '»a');
 	}