diff options
Diffstat (limited to 'crates/shirabe-php-shim')
| -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!() +} |
