diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-12 03:43:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-12 03:43:31 +0900 |
| commit | c772e00dfbe4dd10d06c2fe9cb2389158ddae744 (patch) | |
| tree | 4498e466263f11d19ec66c35a2db7719bdd42de8 /crates/shirabe-php-shim | |
| parent | 3f2f6f2c3552f014e840c58a7adf61b239b675a0 (diff) | |
| download | php-shirabe-c772e00dfbe4dd10d06c2fe9cb2389158ddae744.tar.gz php-shirabe-c772e00dfbe4dd10d06c2fe9cb2389158ddae744.tar.zst php-shirabe-c772e00dfbe4dd10d06c2fe9cb2389158ddae744.zip | |
feat(port): port PlatformRequirementFilterFactory.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 ff9909d..42fb281 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -35,6 +35,10 @@ pub struct InvalidArgumentException { pub code: i64, } +pub fn get_debug_type(value: &PhpMixed) -> String { + todo!() +} + pub fn hash(algo: &str, data: &str) -> String { todo!() } |
