aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-shim/src')
-rw-r--r--crates/shirabe-php-shim/src/runtime.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/shirabe-php-shim/src/runtime.rs b/crates/shirabe-php-shim/src/runtime.rs
index 91de9e45..fa7a728c 100644
--- a/crates/shirabe-php-shim/src/runtime.rs
+++ b/crates/shirabe-php-shim/src/runtime.rs
@@ -468,11 +468,6 @@ pub fn php_require(_file: &str) -> PhpMixed {
todo!()
}
-pub fn r#eval(_code: &str) -> PhpMixed {
- // TODO(phase-d): `eval` runs arbitrary PHP source at runtime; there is no PHP interpreter.
- todo!()
-}
-
pub fn memory_get_usage() -> i64 {
// TODO(phase-d): return PHP's actual emalloc-tracked memory usage instead of a stub 0.
0