summaryrefslogtreecommitdiff
path: root/tests/cpp/include/variables/013-018-calling-php-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/include/variables/013-018-calling-php-functions.h')
-rw-r--r--tests/cpp/include/variables/013-018-calling-php-functions.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/cpp/include/variables/013-018-calling-php-functions.h b/tests/cpp/include/variables/013-018-calling-php-functions.h
index c646f60..9a77408 100644
--- a/tests/cpp/include/variables/013-018-calling-php-functions.h
+++ b/tests/cpp/include/variables/013-018-calling-php-functions.h
@@ -108,16 +108,6 @@ namespace TestVariables {
// call callable object of class from user space
Php::Object clbl("CallableClass", "Arctics around mount Meru");
Php::out << clbl("is the birthplace of the Hyperboreans") << std::endl;
-
-
-
- //::someMethod
- //(new usrspClass("Mount Meru"))->someMethod("is in the Arctics");
-
-
-
-
-
}
/**