diff options
Diffstat (limited to '')
-rw-r--r-- | lux-php/source/program.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index f3f445bd9..a65999526 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -79,7 +79,7 @@ (getValue [] php/runtime/Memory)) (import: #long php/runtime/memory/ArrayMemory - (new [(Array java/lang/Object)]) + (new [[java/lang/Object]]) (size [] int) (isMap [] boolean) (get [php/runtime/Memory] php/runtime/Memory)) @@ -98,11 +98,11 @@ (import: #long php/runtime/reflection/FunctionEntity) (import: #long php/runtime/invoke/InvokeHelper - (#static callAny [php/runtime/Memory (Array php/runtime/Memory) php/runtime/env/Environment php/runtime/env/TraceInfo] + (#static callAny [php/runtime/Memory [php/runtime/Memory] php/runtime/env/Environment php/runtime/env/TraceInfo] #try php/runtime/Memory)) (import: #long php/runtime/lang/Closure - (call [php/runtime/env/Environment (Array php/runtime/Memory)] #try php/runtime/Memory)) + (call [php/runtime/env/Environment [php/runtime/Memory]] #try php/runtime/Memory)) (template [<name>] [(interface: <name> |