diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-15 01:23:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-15 19:51:17 +0900 |
| commit | 2451f800289dbe7019f46a44d001938e410aecd7 (patch) | |
| tree | 9947ffd6eb400b0b681d80b21949420f8688daeb /crates/shirabe-php-shim/src/lib.rs | |
| parent | 8a202bc9eb377f672ebed701706048ae8b8d024c (diff) | |
| download | php-shirabe-2451f800289dbe7019f46a44d001938e410aecd7.tar.gz php-shirabe-2451f800289dbe7019f46a44d001938e410aecd7.tar.zst php-shirabe-2451f800289dbe7019f46a44d001938e410aecd7.zip | |
feat(port): port Loop.php
Diffstat (limited to 'crates/shirabe-php-shim/src/lib.rs')
| -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 660d112..feaa24a 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -210,6 +210,10 @@ pub fn version_compare(v1: &str, v2: &str, op: &str) -> bool { todo!() } +pub fn microtime(get_as_float: bool) -> f64 { + todo!() +} + pub fn error_reporting(level: Option<i64>) -> i64 { todo!() } |
