diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-15 00:50:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-15 02:37:37 +0900 |
| commit | 145a501f142da5bca765e4af7083e52d2f151f87 (patch) | |
| tree | 771f9d0de0ac37aa583dd51e35bafa5bbd5ab8e0 /crates/shirabe-php-shim | |
| parent | fe4c11f23399c3fe90838c228d94746268b51b2d (diff) | |
| download | php-shirabe-145a501f142da5bca765e4af7083e52d2f151f87.tar.gz php-shirabe-145a501f142da5bca765e4af7083e52d2f151f87.tar.zst php-shirabe-145a501f142da5bca765e4af7083e52d2f151f87.zip | |
feat(port): port PackageRepository.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 af62fef..d04e3a6 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -352,6 +352,10 @@ pub fn realpath(path: &str) -> Option<String> { todo!() } +pub fn json_encode(value: &PhpMixed) -> Option<String> { + todo!() +} + pub fn dirname(path: &str) -> String { todo!() } |
