From f96fc6c53bc8bd8888aeb291441f61a65b439413 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 22 Oct 2013 13:39:21 -0700 Subject: Initial setup for dealing with object properties --- tests/simple/simple.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/simple/simple.cpp') 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"); -- cgit v1.2.3