From 06de6b2873124a01dcfb1b9c9712c26ee871507a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 16 May 2026 21:35:39 +0900 Subject: feat(port): port GitHubDriver.php Co-Authored-By: Claude Opus 4.7 (1M context) --- crates/shirabe-php-shim/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/shirabe-php-shim/src/lib.rs') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index ea417ee..8a5809a 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -812,6 +812,10 @@ pub fn get_current_user() -> String { pub const FILE_IGNORE_NEW_LINES: i64 = 2; pub const FILTER_VALIDATE_EMAIL: i64 = 274; +pub fn array_diff(array1: &[String], array2: &[String]) -> Vec { + todo!() +} + pub fn array_intersect_key(array1: &IndexMap>, array2: &IndexMap>) -> IndexMap> { todo!() } -- cgit v1.3.1