diff --git a/zend/value.cpp b/zend/value.cpp index e021cc1b..214f1a13 100644 --- a/zend/value.cpp +++ b/zend/value.cpp @@ -124,7 +124,7 @@ Value::Value(const std::string &value) */ Value::Value(const char *value, int size) { - // allocate the zval + // allocate the zval MAKE_STD_ZVAL(_val); // is there a value?