summaryrefslogtreecommitdiff
path: root/zend/namespace.cpp
diff options
context:
space:
mode:
authorandot <mabingyao@gmail.com>2014-07-11 16:59:58 +0800
committerandot <mabingyao@gmail.com>2014-07-11 16:59:58 +0800
commitbf88eac6d32771891c8335e56f0d3fde6d53edd8 (patch)
tree09d5e79e4bc77570770d14e2c50dc4b287198d76 /zend/namespace.cpp
parent28578382589dab25ea5fbd35b7754687706abc07 (diff)
Fixed a bug of HashIterator
The old implementation of HashIterator can't support `"\0"` prefix key. I think the array and the object is different. Maybe the user didn't want to get the private property of an object. but in an array, `"\0"` prefix key doesn't mean private key. so we should return `"\0"` prefix key when it is an array.
Diffstat (limited to 'zend/namespace.cpp')
0 files changed, 0 insertions, 0 deletions