aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.php.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi.php.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/ffi.php.lux b/stdlib/source/library/lux/ffi.php.lux
index 114dfce7b..1097cacf5 100644
--- a/stdlib/source/library/lux/ffi.php.lux
+++ b/stdlib/source/library/lux/ffi.php.lux
@@ -240,8 +240,8 @@
(let [qualify (: (-> Text Code)
(function (_ member_name)
(|> format
- (text.replace_all "#" (maybe.else class alias))
- (text.replace_all "." member_name)
+ (text.replaced "#" (maybe.else class alias))
+ (text.replaced "." member_name)
code.local_identifier)))
g!type (code.local_identifier (maybe.else class alias))
class_import (` ("php constant" (~ (code.text class))))]