From 2523443bf77002d1d1fcfaae8be140702d2a75d0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 15 May 2026 00:55:38 +0900 Subject: feat(port): port ArchivableFilesFinder.php --- crates/shirabe-php-shim/src/lib.rs | 4 ++++ 1 file changed, 4 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 d04e3a6..393a485 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -356,6 +356,10 @@ pub fn json_encode(value: &PhpMixed) -> Option { todo!() } +pub fn preg_quote(str: &str, delimiter: Option) -> String { + todo!() +} + pub fn dirname(path: &str) -> String { todo!() } -- cgit v1.3.1