summaryrefslogtreecommitdiff
path: root/src/callable.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-11 14:14:12 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-11 14:14:12 +0100
commitfc5c9305507f8eb899070b0d6d72ddb27c3bfc0f (patch)
tree59228bf56f74a8be1179c3cc45c25efcfda2295d /src/callable.cpp
parentcdf237fb05c396d258c2c82a441a2f9b4deff282 (diff)
implemented __call() function
Diffstat (limited to 'src/callable.cpp')
-rw-r--r--src/callable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callable.cpp b/src/callable.cpp
index bf83e10..c3db05d 100644
--- a/src/callable.cpp
+++ b/src/callable.cpp
@@ -15,7 +15,7 @@ namespace Php {
/**
* Function that is called by the Zend engine every time that a function gets called
- * @param ht
+ * @param ht
* @param return_value
* @param return_value_ptr
* @param this_ptr