diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-17 02:00:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-17 02:03:00 +0900 |
| commit | 9389ddbf06f6d38445c277640cab7b2270057790 (patch) | |
| tree | 6c8b353a1135dc2306715b0619a7e91f0f9e9fa4 /crates/shirabe-php-shim | |
| parent | 5b2974ac652e816b950b706cb86455bafb1f50b2 (diff) | |
| download | php-shirabe-9389ddbf06f6d38445c277640cab7b2270057790.tar.gz php-shirabe-9389ddbf06f6d38445c277640cab7b2270057790.tar.zst php-shirabe-9389ddbf06f6d38445c277640cab7b2270057790.zip | |
feat(port): port ClassMapGenerator.php
Diffstat (limited to 'crates/shirabe-php-shim')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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<IndexMap<String, Box<PhpMixed>>> { pub fn is_readable(path: &str) -> bool { todo!() } + +pub fn stream_get_wrappers() -> Vec<String> { + todo!() +} |
