Searched refs:zend_iterator_unwrap (Results 1 – 4 of 4) sorted by relevance
89 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr);
98 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) in zend_iterator_unwrap() function
7003 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_VM_HELPER()7250 if ((iter = zend_iterator_unwrap(array)) == NULL) {
2916 if ((iter = zend_iterator_unwrap(array)) == NULL) { in zend_fe_fetch_object_helper_SPEC()23116 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()
Completed in 143 milliseconds