From 9389ddbf06f6d38445c277640cab7b2270057790 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 02:00:44 +0900 Subject: feat(port): port ClassMapGenerator.php --- crates/shirabe-php-shim/src/lib.rs | 4 ++++ 1 file changed, 4 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 94683b5..5575a79 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -1808,3 +1808,7 @@ pub fn error_get_last() -> Option>> { pub fn is_readable(path: &str) -> bool { todo!() } + +pub fn stream_get_wrappers() -> Vec { + todo!() +} -- cgit v1.3.1