diff options
Diffstat (limited to 'crates/shirabe-php-shim/src/lib.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 8 |
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!() } |
