summaryrefslogtreecommitdiff
path: root/zend/callable.h
diff options
context:
space:
mode:
authorMartijn Otto <martijn.otto@copernica.com>2016-05-17 15:19:37 +0200
committerMartijn Otto <martijn.otto@copernica.com>2016-05-17 15:19:37 +0200
commit37123a5474f73f3db51cb726cfb512acca4682c8 (patch)
treed629eacc679b30da20f20be33d3d916f5906da29 /zend/callable.h
parentdd5f3a635053aa03417cdab1228e03c94b9c3136 (diff)
Fix crash during module finding and fix incomplete types for Value::call() members
Diffstat (limited to 'zend/callable.h')
-rw-r--r--zend/callable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zend/callable.h b/zend/callable.h
index 65a971f..b2a7047 100644
--- a/zend/callable.h
+++ b/zend/callable.h
@@ -113,9 +113,9 @@ protected:
/**
* Required number of arguments
- * @var integer
+ * @var unsigned integer
*/
- int _required = 0;
+ unsigned int _required = 0;
/**
* Total number of arguments