diff options
Diffstat (limited to 'crates/shirabe-php-shim/src')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index af62fef..d04e3a6 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -352,6 +352,10 @@ pub fn realpath(path: &str) -> Option<String> { todo!() } +pub fn json_encode(value: &PhpMixed) -> Option<String> { + todo!() +} + pub fn dirname(path: &str) -> String { todo!() } |
