aboutsummaryrefslogtreecommitdiff
path: root/lux-php
diff options
context:
space:
mode:
authorEduardo Julian2021-08-29 21:59:48 -0400
committerEduardo Julian2021-08-29 21:59:48 -0400
commitef437d6584d8fd863c0dab276e5a3d4dc094767b (patch)
treee9167f045de84e7865815178e967ee85584df088 /lux-php
parentff537895fe9c24f37a0ce11b640af5d4882571a5 (diff)
De-taggification | part 0
Diffstat (limited to 'lux-php')
-rw-r--r--lux-php/source/program.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux
index 2b7ba15de..d52613527 100644
--- a/lux-php/source/program.lux
+++ b/lux-php/source/program.lux
@@ -97,25 +97,25 @@
(ffi.import: php/runtime/Memory$Type
["#::."
- (#enum ARRAY)])
+ ("enum" ARRAY)])
(ffi.import: php/runtime/memory/NullMemory
["#::."
- (#static INSTANCE php/runtime/memory/NullMemory)])
+ ("static" INSTANCE php/runtime/memory/NullMemory)])
(ffi.import: php/runtime/memory/FalseMemory
["#::."
- (#static INSTANCE php/runtime/memory/FalseMemory)])
+ ("static" INSTANCE php/runtime/memory/FalseMemory)])
(ffi.import: php/runtime/memory/TrueMemory
["#::."
- (#static INSTANCE php/runtime/memory/TrueMemory)])
+ ("static" INSTANCE php/runtime/memory/TrueMemory)])
(ffi.import: php/runtime/memory/LongMemory
["#::."
(new [long])
(toLong [] long)
- (#static valueOf #manual [int] php/runtime/Memory)])
+ ("static" valueOf "manual" [int] php/runtime/Memory)])
(ffi.import: php/runtime/memory/DoubleMemory
["#::."
@@ -136,7 +136,7 @@
(new [[java/lang/Object]])
(size [] int)
(isMap [] boolean)
- (get [php/runtime/Memory] #? php/runtime/Memory)])
+ (get [php/runtime/Memory] "?" php/runtime/Memory)])
(ffi.import: php/runtime/lang/IObject)
@@ -154,12 +154,12 @@
(ffi.import: php/runtime/invoke/InvokeHelper
["#::."
- (#static callAny [php/runtime/Memory [php/runtime/Memory] php/runtime/env/Environment php/runtime/env/TraceInfo]
- #try php/runtime/Memory)])
+ ("static" callAny [php/runtime/Memory [php/runtime/Memory] php/runtime/env/Environment php/runtime/env/TraceInfo]
+ "try" php/runtime/Memory)])
(ffi.import: php/runtime/lang/Closure
["#::."
- (call [php/runtime/env/Environment [php/runtime/Memory]] #try php/runtime/Memory)])
+ (call [php/runtime/env/Environment [php/runtime/Memory]] "try" php/runtime/Memory)])
(template [<name>]
[(ffi.interface: <name>
@@ -420,7 +420,7 @@
(ffi.import: javax/script/ScriptEngine
["#::."
- (eval [java/lang/String] #try Object)])
+ (eval [java/lang/String] "try" Object)])
(ffi.import: org/develnext/jphp/scripting/JPHPScriptEngine
["#::."