diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-17 01:49:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-17 01:49:25 +0900 |
| commit | 0cab6059387f5e4e5046b232d46a946c9cdceaf3 (patch) | |
| tree | a7efdd47b4ba648cdd8440f1266c43e96b9cfb74 /crates/shirabe-php-shim/src/lib.rs | |
| parent | 527d27cef0fe71357c944ee7faed02a6f506488e (diff) | |
| download | php-shirabe-0cab6059387f5e4e5046b232d46a946c9cdceaf3.tar.gz php-shirabe-0cab6059387f5e4e5046b232d46a946c9cdceaf3.tar.zst php-shirabe-0cab6059387f5e4e5046b232d46a946c9cdceaf3.zip | |
feat(port): port PhpFileParser.php
Diffstat (limited to 'crates/shirabe-php-shim/src/lib.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 12 |
1 files changed, 12 insertions, 0 deletions
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<IndexMap<String, Box<PhpMixed>>> { + todo!() +} + +pub fn is_readable(path: &str) -> bool { + todo!() +} |
