aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-shim')
-rw-r--r--crates/shirabe-php-shim/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs
index 9255ee7..1bcd03c 100644
--- a/crates/shirabe-php-shim/src/lib.rs
+++ b/crates/shirabe-php-shim/src/lib.rs
@@ -1820,10 +1820,6 @@ pub fn server_contains_key(_name: &str) -> bool {
todo!()
}
-pub fn server_argv() -> Vec<String> {
- todo!()
-}
-
/// PHP superglobal $_ENV access
pub fn env_get(_name: &str) -> Option<String> {
todo!()