summaryrefslogtreecommitdiff
path: root/tests/simple/simple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/simple.cpp')
-rw-r--r--tests/simple/simple.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/simple/simple.cpp b/tests/simple/simple.cpp
index 69cf9ce..7942a3c 100644
--- a/tests/simple/simple.cpp
+++ b/tests/simple/simple.cpp
@@ -143,7 +143,8 @@ public:
cout << "myMethod GETS CALLED!!!!" << endl;
cout << this << endl;
cout << _x << endl;
-
+// cout << "A: " << _properties["a"] << endl;
+// cout << "Z: " << _properties["z"] << endl;
}
};
@@ -153,8 +154,6 @@ extern "C"
// export the "get_module" function that will be called by the Zend engine
PHPCPP_EXPORT void *get_module()
{
- cout << "call get_module()" << endl;
-
// create extension
static Php::Extension extension("simple","1.0");