From 0cab6059387f5e4e5046b232d46a946c9cdceaf3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 01:49:25 +0900 Subject: feat(port): port PhpFileParser.php --- crates/shirabe-php-shim/src/lib.rs | 12 ++++++++++++ 1 file changed, 12 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 be44c6c..94683b5 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -1796,3 +1796,15 @@ impl Phar { todo!() } } + +pub fn php_strip_whitespace(path: &str) -> String { + todo!() +} + +pub fn error_get_last() -> Option>> { + todo!() +} + +pub fn is_readable(path: &str) -> bool { + todo!() +} -- cgit v1.3.1