diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-15 23:37:23 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-16 10:00:40 +0900 |
| commit | c151fccc78319bb78afe324114360739ab6a0b16 (patch) | |
| tree | b1bb33fd424f437da85606ff7e18a2f9eabdf8d6 /crates/shirabe-php-shim | |
| parent | 3b5fb861eb88f034668675e59ad1f6a25aab3e65 (diff) | |
| download | php-shirabe-c151fccc78319bb78afe324114360739ab6a0b16.tar.gz php-shirabe-c151fccc78319bb78afe324114360739ab6a0b16.tar.zst php-shirabe-c151fccc78319bb78afe324114360739ab6a0b16.zip | |
feat(port): port HomeCommand.php
Diffstat (limited to 'crates/shirabe-php-shim')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 0a2eb32..b362d7f 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -448,6 +448,7 @@ pub fn fileperms(path: &str) -> i64 { } pub const FILTER_VALIDATE_BOOLEAN: i64 = 258; +pub const FILTER_VALIDATE_URL: i64 = 273; pub fn filter_var(value: &str, filter: i64) -> bool { todo!() |
