summaryrefslogtreecommitdiff
path: root/zend/stringmember.h
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/stringmember.h
parent3953d8833e070fa1d6cc7b264dd19ed56c909f02 (diff)
added unset function (request from issue #71)
Diffstat (limited to 'zend/stringmember.h')
-rw-r--r--zend/stringmember.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zend/stringmember.h b/zend/stringmember.h
index e58cd3d..05fdb11 100644
--- a/zend/stringmember.h
+++ b/zend/stringmember.h
@@ -1,7 +1,7 @@
/**
* StringMember.h
*
- * Implementation for a property that is initially set to a strnig value
+ * Implementation for a property that is initially set to a string value
*
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
* @copyright 2013 Copernica BV
@@ -40,7 +40,7 @@ public:
* @param value
* @param flags
*/
- StringMember(const char *name, const char *value, int flags) : StringMember(name, value, strlen(value), flags) {}
+ StringMember(const char *name, const char *value, int flags) : StringMember(name, value, ::strlen(value), flags) {}
/**
* Constructor