summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-26 11:50:02 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-26 11:50:02 +0200
commitff83769a9d5fc2f0f88cd42bdb3355f509294ad9 (patch)
tree66275722fa134c72d9dd061d6bde749296901d91 /include
parent7de92192f6791ea326f8acbee90c4fa7f5880eae (diff)
parentd24ce36eaa07e9e924e7084fafa4f504cde39c2f (diff)
Merge branch 'issue#98' of https://github.com/andot/PHP-CPP into andot-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);
+
+}
+