Home
last modified time | relevance | path

Searched refs:zend_iterator_unwrap (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_iterators.h77 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr);
H A Dzend_iterators.c98 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) in zend_iterator_unwrap() function
H A Dzend_vm_def.h6780 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_VM_HELPER()
6984 if ((iter = zend_iterator_unwrap(array)) == NULL) {
H A Dzend_vm_execute.h2716 if ((iter = zend_iterator_unwrap(array)) == NULL) { in zend_fe_fetch_object_helper_SPEC()
22035 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()

Completed in 126 milliseconds