aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-15 01:13:18 +0900
committernsfisis <nsfisis@gmail.com>2026-05-15 19:51:17 +0900
commit02c2e4f4ed80073fd15661ca4c96fb066136bd52 (patch)
tree83a82a3d527b6f949a7f3449875d7877cff73927 /crates/shirabe-php-shim
parentf78ade50822cee315c73b73f40f1a923a2bfd6ac (diff)
downloadphp-shirabe-02c2e4f4ed80073fd15661ca4c96fb066136bd52.tar.gz
php-shirabe-02c2e4f4ed80073fd15661ca4c96fb066136bd52.tar.zst
php-shirabe-02c2e4f4ed80073fd15661ca4c96fb066136bd52.zip
feat(port): port ProxyItem.php
Diffstat (limited to 'crates/shirabe-php-shim')
-rw-r--r--crates/shirabe-php-shim/src/lib.rs4
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 1c16ded..660d112 100644
--- a/crates/shirabe-php-shim/src/lib.rs
+++ b/crates/shirabe-php-shim/src/lib.rs
@@ -190,6 +190,10 @@ pub fn parse_url(url: &str, component: i64) -> PhpMixed {
todo!()
}
+pub fn parse_url_all(url: &str) -> PhpMixed {
+ todo!()
+}
+
pub fn pathinfo(path: PhpMixed, option: i64) -> PhpMixed {
todo!()
}