aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-11 02:54:14 +0900
committernsfisis <nsfisis@gmail.com>2026-06-11 02:54:47 +0900
commit42d002a7090327fc8d805ad9426764e77dfbfe24 (patch)
tree27f811d52ad0fa42a62682ecbb908f9923c94527 /crates/shirabe-php-shim
parent6ae7e0d4b3eaf20e2d2cd3d000cf61ab0c9b6e83 (diff)
downloadphp-shirabe-42d002a7090327fc8d805ad9426764e77dfbfe24.tar.gz
php-shirabe-42d002a7090327fc8d805ad9426764e77dfbfe24.tar.zst
php-shirabe-42d002a7090327fc8d805ad9426764e77dfbfe24.zip
chore(compiler): drop compiler.rs
The Compiler.php is PHP-tooling only (bin/compile) with no Rust equivalent, so it is not ported. Remove the compiler module along with the symbols used solely by it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-php-shim')
-rw-r--r--crates/shirabe-php-shim/src/lib.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs
index 873f7f4..7aa3c4b 100644
--- a/crates/shirabe-php-shim/src/lib.rs
+++ b/crates/shirabe-php-shim/src/lib.rs
@@ -1683,14 +1683,6 @@ pub fn http_build_query(_data: &[(&str, &str)], _sep_str: &str, _sep: &str) -> S
todo!()
}
-pub fn token_get_all(_source: &str) -> Vec<PhpMixed> {
- todo!()
-}
-
-pub const T_COMMENT: i64 = 315;
-pub const T_DOC_COMMENT: i64 = 316;
-pub const T_WHITESPACE: i64 = 317;
-
pub fn dirname_levels(_path: &str, _levels: i64) -> String {
todo!()
}