summaryrefslogtreecommitdiff
path: root/src/callable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/callable.cpp')
-rw-r--r--src/callable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callable.cpp b/src/callable.cpp
index 69ef148..4db463c 100644
--- a/src/callable.cpp
+++ b/src/callable.cpp
@@ -11,7 +11,7 @@
/**
* Namespace
*/
-namespace PhpCpp {
+namespace Php {
/**
* Function that is called by the Zend engine every time that a function gets called
@@ -101,7 +101,7 @@ void Callable::process(const std::initializer_list<Argument> &arguments)
for (auto it = begin(arguments); it != arguments.end(); it++)
{
// fill the argument structure
- it->internal()->fill(&_argv[++i]);
+// it->internal()->fill(&_argv[++i]);
}
}