From 910d1060c7ce98d01017d6239eaad600b6830cf0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 16 May 2026 23:49:17 +0900 Subject: feat(port): port Constraint.php --- 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 6dac434..c95cc28 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -767,6 +767,10 @@ pub fn var_export(_value: &PhpMixed, _return: bool) -> String { todo!() } +pub fn var_export_str(_value: &str, _return: bool) -> String { + todo!() +} + #[derive(Debug)] pub struct RarArchive; -- cgit v1.3.1