From d24ce36eaa07e9e924e7084fafa4f504cde39c2f Mon Sep 17 00:00:00 2001 From: andot Date: Thu, 10 Jul 2014 12:45:04 +0800 Subject: Implementation issue #98 --- include/fastcall.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/fastcall.h (limited to 'include') 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); + +} + -- cgit v1.2.3