diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-14 19:59:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-14 19:59:48 +0900 |
| commit | 44ce5a41afaea0038bb2b48c82c3a9a8dc9ab206 (patch) | |
| tree | 4213c89d6432aa5ab06c12d0046efc8183dcd43c /crates/shirabe-php-shim | |
| parent | 0641930f6741ca144f85a3c30fbefd19c43ce09c (diff) | |
| download | php-shirabe-44ce5a41afaea0038bb2b48c82c3a9a8dc9ab206.tar.gz php-shirabe-44ce5a41afaea0038bb2b48c82c3a9a8dc9ab206.tar.zst php-shirabe-44ce5a41afaea0038bb2b48c82c3a9a8dc9ab206.zip | |
feat(port): port Version.php (Platform)
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 56b29e5..2f0c914 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -139,6 +139,10 @@ pub fn implode(glue: &str, pieces: &[String]) -> String { todo!() } +pub fn version_compare(v1: &str, v2: &str, op: &str) -> bool { + todo!() +} + pub fn error_reporting(level: Option<i64>) -> i64 { todo!() } |
