summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-16 14:00:02 +0200
committerAnatol Belski <ab@php.net>2014-08-16 14:00:02 +0200
commit1169de3e61975fe00fbf4768318eb095f22c63ec (patch)
treecc8e005c3fb17572f89305339239c5a4db69b0b1 /ext/spl/spl_engine.c
parentb7e7a895414bd1821686932d57949f1ad0693900 (diff)
downloadphp-git-1169de3e61975fe00fbf4768318eb095f22c63ec.tar.gz
fix some cases with fast zpp
Diffstat (limited to 'ext/spl/spl_engine.c')
-rw-r--r--ext/spl/spl_engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_engine.c b/ext/spl/spl_engine.c
index 0cd63dba78..b0d9a8a1ee 100644
--- a/ext/spl/spl_engine.c
+++ b/ext/spl/spl_engine.c
@@ -42,7 +42,7 @@ PHPAPI void spl_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC)
PHPAPI long spl_offset_convert_to_int(zval *offset TSRMLS_DC) /* {{{ */
{
- ulong idx;
+ php_uint_t idx;
switch (Z_TYPE_P(offset)) {
case IS_STRING: