aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-shim')
-rw-r--r--crates/shirabe-php-shim/src/lib.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs
index 9282795..6acdd0e 100644
--- a/crates/shirabe-php-shim/src/lib.rs
+++ b/crates/shirabe-php-shim/src/lib.rs
@@ -1421,6 +1421,16 @@ pub fn file_get_contents(_path: &str) -> Option<String> {
todo!()
}
+pub fn file_get_contents5(
+ _path: &str,
+ _use_include_path: bool,
+ _context: PhpMixed,
+ _offset: i64,
+ _length: Option<i64>,
+) -> Option<String> {
+ todo!()
+}
+
pub fn strtolower(_s: &str) -> String {
todo!()
}