summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-15 13:57:53 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-15 13:57:53 -0700
commit9e1ecc534bace7d00a265a49018c0148a56361ae (patch)
treef7a779b999a7aed942510e3d448355f3554c20c7 /phpcpp.h
parent9634a336f080bc15c1e67495eb9216d1863808f8 (diff)
Added Environment::call() method that makes it possible to call PHP functions
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpcpp.h b/phpcpp.h
index f93081c..b0d4f48 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -21,13 +21,13 @@
/**
* Include all headers files that are related to this library
*/
-#include <phpcpp/hiddenpointer.h>
#include <phpcpp/type.h>
+#include <phpcpp/value.h>
+#include <phpcpp/hiddenpointer.h>
#include <phpcpp/environment.h>
#include <phpcpp/argument.h>
#include <phpcpp/byval.h>
#include <phpcpp/byref.h>
-#include <phpcpp/value.h>
#include <phpcpp/global.h>
#include <phpcpp/member.h>
#include <phpcpp/parameters.h>