From adfa7c6b295521a6f8fdf4084993a80a8030e49b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 19 Jun 2026 23:00:38 +0900 Subject: test(command): add basic smoke tests --- crates/shirabe-php-shim/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe-php-shim') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index c716fcc..6b8a229 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -3178,7 +3178,7 @@ pub fn str_replace_arr(_search: &[&str], _replace: &str, _subject: &str) -> Stri todo!() } -pub fn php_exception_get_code(_error: &anyhow::Error) -> i64 { +pub fn php_exception_get_code(_error: &anyhow::Error) -> i32 { todo!() } pub fn sscanf(_subject: &str, _format: &str, _a: &mut i64, _b: &mut i64) -> i64 { -- cgit v1.3.1