From 285e4b9a3785590116fbe4fc7326ae884042da8a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 16 May 2026 21:25:16 +0900 Subject: feat(port): port GitLabDriver.php Co-Authored-By: Claude Opus 4.7 (1M context) --- crates/shirabe-php-shim/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (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 55f4447..af8db75 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -773,6 +773,14 @@ pub fn strtolower(s: &str) -> String { todo!() } +pub fn ctype_alnum(s: &str) -> bool { + todo!() +} + +pub fn ord(c: &str) -> i64 { + todo!() +} + pub fn array_intersect_key(array1: &IndexMap>, array2: &IndexMap>) -> IndexMap> { todo!() } -- cgit v1.3.1