summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandot <mabingyao@gmail.com>2014-07-10 12:45:04 +0800
committerandot <mabingyao@gmail.com>2014-07-10 12:45:04 +0800
commitd24ce36eaa07e9e924e7084fafa4f504cde39c2f (patch)
treedd5e7766be851e88db6192d3d0da18508d01cf15 /include
parent28578382589dab25ea5fbd35b7754687706abc07 (diff)
Implementation issue #98
Diffstat (limited to 'include')
-rw-r--r--include/fastcall.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/fastcall.h b/include/fastcall.h
new file mode 100644
index 0000000..29f274d
--- /dev/null
+++ b/include/fastcall.h
@@ -0,0 +1,13 @@
+/**
+ * fastcall.h
+ *
+ * This file holds some PHP functions implementation in C directly.
+ *
+ */
+
+namespace Php {
+
+ Value eval(const std::string &phpCode);
+
+}
+