From 3e03d3c3a8a35010f171795ac63876ac6a616b2a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 16 May 2026 15:17:43 +0900 Subject: feat(port): port BinaryInstaller.php --- crates/shirabe-php-shim/src/lib.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'crates/shirabe-php-shim') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index e42ac9a..ca2087d 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -1041,6 +1041,18 @@ pub fn array_key_exists(key: &str, array: &IndexMap) -> bool { todo!() } +pub fn fgets(handle: PhpMixed) -> Option { + todo!() +} + +pub fn umask() -> u32 { + todo!() +} + +pub fn basename_with_suffix(path: &str, suffix: &str) -> String { + todo!() +} + pub fn call_user_func_array(callback: &str, args: &PhpMixed) -> PhpMixed { todo!() } -- cgit v1.3.1