diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-14 23:39:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-14 23:39:36 +0900 |
| commit | f98490f28bd784417ac3079599564726573c7702 (patch) | |
| tree | a927e98075de2f33bf61efe89cfeefe4509a9319 /crates/shirabe-php-shim | |
| parent | db4a28d83693c6bde974395d71431d217eeb307f (diff) | |
| download | php-shirabe-f98490f28bd784417ac3079599564726573c7702.tar.gz php-shirabe-f98490f28bd784417ac3079599564726573c7702.tar.zst php-shirabe-f98490f28bd784417ac3079599564726573c7702.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 086a221..27857a5 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -271,6 +271,10 @@ impl RarEntry { } } +pub fn var_export(_value: &PhpMixed, _return: bool) -> String { + todo!() +} + #[derive(Debug)] pub struct RarArchive; |
