summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorandot <mabingyao@gmail.com>2014-07-10 13:06:22 +0800
committerandot <mabingyao@gmail.com>2014-07-10 13:06:22 +0800
commitb6cc95e9a96edf3a1733c4f562d42eed79dd8946 (patch)
treeb3e8e711ec17ef33699c1d2679da9560d7cf93c4 /phpcpp.h
parent28578382589dab25ea5fbd35b7754687706abc07 (diff)
Add Php::is_a implementation.
Add is, isSubClassOf for Php::Value. Add Php::is_a implementation. Add Php::is_subclass_of implementation.
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index c3f3365..8be1a25 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -2,7 +2,7 @@
* phpcpp.h
*
* Library to build PHP extensions with CPP
- *
+ *
* @copyright 2013 CopernicA BV
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
*/
@@ -60,6 +60,7 @@
#include <phpcpp/namespace.h>
#include <phpcpp/extension.h>
#include <phpcpp/call.h>
+#include <phpcpp/fastcall.h>
/**
* Macro to export a function