summaryrefslogtreecommitdiff
path: root/Zend/zend_iterators.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-05-29 11:52:55 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-05-29 17:15:19 +0200
commit45a0656e9589eff0908067aba5a18026eec51231 (patch)
tree749cc6a5ed1a94c00af05f7502c2be10248deeed /Zend/zend_iterators.c
parent693955c5c534ac6ef7a3785e9731a1e9f6e3c2fa (diff)
downloadphp-git-45a0656e9589eff0908067aba5a18026eec51231.tar.gz
Remove get() object handler
Now that set() is gone, there is little point in keeping get(), as it is essentially just a different way of writing cast_object() now. Closes GH-4202.
Diffstat (limited to 'Zend/zend_iterators.c')
-rw-r--r--Zend/zend_iterators.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c
index 4691d8218e..f09ff22763 100644
--- a/Zend/zend_iterators.c
+++ b/Zend/zend_iterators.c
@@ -36,7 +36,6 @@ static const zend_object_handlers iterator_object_handlers = {
NULL, /* read dim */
NULL, /* write dim */
NULL,
- NULL, /* get */
NULL, /* has prop */
NULL, /* unset prop */
NULL, /* has dim */