summaryrefslogtreecommitdiff
path: root/zend/callable.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-09 10:24:13 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-09 10:24:13 +0200
commit882e5243767bd4cc143aceaae4133f92a762c6af (patch)
tree9d395f7c1f12752982bbade94f898cec8a794bc7 /zend/callable.cpp
parent3953d8833e070fa1d6cc7b264dd19ed56c909f02 (diff)
added unset function (request from issue #71)
Diffstat (limited to 'zend/callable.cpp')
-rw-r--r--zend/callable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/callable.cpp b/zend/callable.cpp
index 96f5f90..caee311 100644
--- a/zend/callable.cpp
+++ b/zend/callable.cpp
@@ -94,7 +94,7 @@ void Callable::initialize(zend_arg_info *info, const char *classname) const
// because we do not support returning references in PHP-CPP, although Zend
// engine allows it. Inside the name we hide a pointer to the current object
finfo->_name = _ptr;
- finfo->_name_len = strlen(_ptr);
+ finfo->_name_len = ::strlen(_ptr);
finfo->_class_name = classname;
// number of required arguments, and the expected return type